#ADBF41

Color #ADBF41 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #ADBF41

Tints of Celery #ADBF41

Color information

#ADBF41 (or 0xADBF41) is unknown color: approx Celery. HEX triplet: AD, BF and 41. RGB value is (173,191,65). Sum of RGB (Red+Green+Blue) = 173+191+65=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF41 is #5240BE. Grayscale: #ABABAB. Windows color (decimal): -5390527 or 4308909. OLE color: 4308909.

HSL color Cylindrical-coordinate representation of color #ADBF41: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADBF41 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB17319165-
CMYK0.0900.660.25
HSL68.57º49.61%50.2%-
HSV(B)68.57º65.97%74.9%-
XYZ36.8246.5312.04-
YUV171.2568.04129.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=40.33%
G=44.52%
B=15.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191650.0900.660.2568.5749.6150.2
HexADBF41904219453232
Octal255277101110102311056262
Binary10101101101111111000001100101000010110011000101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF41; }

 p { color: rgb(173,191,65); }

 H1.HeaderClassName
 {
   color: #ADBF41;
 }
 .AnyTagClassName
 {
   color: #ADBF41;
 }
</style>
background-color css

<style>
 a { background-color: #ADBF41; }

 a { background-color: rgb(173,191,65); }

 div.DivClassName
 {
   background-color: #ADBF41;
 }
 .BgClassName
 {
   background-color: #ADBF41;
 }
</style>
border-color css

<style>
 span { border-color: #ADBF41; }

 span { border-color: rgb(173,191,65); }

 td.TdClassName
 {
   border-color: #ADBF41;
 }
 .TagClassName
 {
   border-color: #ADBF41;
 }
</style>