#AFBB55

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

Shades of Celery #AFBB55

Tints of Celery #AFBB55

Color information

#AFBB55 (or 0xAFBB55) is unknown color: approx Celery. HEX triplet: AF, BB and 55. RGB value is (175,187,85). Sum of RGB (Red+Green+Blue) = 175+187+85=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB55 is #5044AA. Grayscale: #ACACAC. Windows color (decimal): -5260459 or 5618607. OLE color: 5618607.

HSL color Cylindrical-coordinate representation of color #AFBB55: hue angle of 67.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFBB55 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB17518785-
CMYK0.0600.550.27
HSL67.06º42.86%53.33%-
HSV(B)67.06º54.55%73.33%-
XYZ37.0945.3115.39-
YUV171.7879.02130.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=39.15%
G=41.83%
B=19.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187850.0600.550.2767.0642.8653.33
HexAFBB5560371B432b35
Octal2572731256067331035365
Binary101011111011101110101011100110111110111000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB55; }

 p { color: rgb(175,187,85); }

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

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

 a { background-color: rgb(175,187,85); }

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

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

 span { border-color: rgb(175,187,85); }

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