#AFBC3F

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

Shades of Celery #AFBC3F

Tints of Celery #AFBC3F

Color information

#AFBC3F (or 0xAFBC3F) is unknown color: approx Celery. HEX triplet: AF, BC and 3F. RGB value is (175,188,63). Sum of RGB (Red+Green+Blue) = 175+188+63=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3F is #5043C0. Grayscale: #AAAAAA. Windows color (decimal): -5260225 or 4177071. OLE color: 4177071.

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

Color convert

RGB17518863-
CMYK0.0700.660.26
HSL66.24º49.8%49.22%-
HSV(B)66.24º66.49%73.73%-
XYZ36.5645.4411.55-
YUV169.8667.69131.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 63 (25% from 255) = 14.79%
R=41.08%
G=44.13%
B=14.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188630.0700.660.2666.2449.849.22
HexAFBC3F70421A423231
Octal2572747770102321026261
Binary101011111011110011111111101000010110101000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC3F; }

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

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

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

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

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

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

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

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