#AFBC4A

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

Shades of Celery #AFBC4A

Tints of Celery #AFBC4A

Color information

#AFBC4A (or 0xAFBC4A) is unknown color: approx Celery. HEX triplet: AF, BC and 4A. RGB value is (175,188,74). Sum of RGB (Red+Green+Blue) = 175+188+74=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC4A is #5043B5. Grayscale: #ABABAB. Windows color (decimal): -5260214 or 4897967. OLE color: 4897967.

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

Color convert

RGB17518874-
CMYK0.0700.610.26
HSL66.84º45.97%51.37%-
HSV(B)66.84º60.64%73.73%-
XYZ36.945.5713.33-
YUV171.1273.19130.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=40.05%
G=43.02%
B=16.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188740.0700.610.2666.8445.9751.37
HexAFBC4A703D1A432e33
Octal2572741127075321035663
Binary101011111011110010010101110111101110101000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC4A; }

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

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

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

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

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

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

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

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