#afbc56

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

Shades of Celery #AFBC56

Tints of Celery #AFBC56

Color information

#AFBC56 (or 0xAFBC56) is unknown color: approx Celery. HEX triplet: AF, BC and 56. RGB value is (175,188,86). Sum of RGB (Red+Green+Blue) = 175+188+86=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC56 is #5043A9. Grayscale: #ACACAC. Windows color (decimal): -5260202 or 5684399. OLE color: 5684399.

HSL color Cylindrical-coordinate representation of color #AFBC56: hue angle of 67.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFBC56 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB17518886-
CMYK0.0700.540.26
HSL67.65º43.22%53.73%-
HSV(B)67.65º54.26%73.73%-
XYZ37.3445.7515.67-
YUV172.4879.19129.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=38.98%
G=41.87%
B=19.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188860.0700.540.2667.6543.2253.73
HexAFBC5670361A442b36
Octal2572741267066321045366
Binary101011111011110010101101110110110110101000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbc56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbc56; }

 p { color: rgb(175,188,86); }

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

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

 a { background-color: rgb(175,188,86); }

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

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

 span { border-color: rgb(175,188,86); }

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