#AFBA45

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

Shades of Celery #AFBA45

Tints of Celery #AFBA45

Color information

#AFBA45 (or 0xAFBA45) is unknown color: approx Celery. HEX triplet: AF, BA and 45. RGB value is (175,186,69). Sum of RGB (Red+Green+Blue) = 175+186+69=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA45 is #5045BA. Grayscale: #A9A9A9. Windows color (decimal): -5260731 or 4569775. OLE color: 4569775.

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

Color convert

RGB17518669-
CMYK0.0600.630.27
HSL65.64º45.88%50%-
HSV(B)65.64º62.9%72.94%-
XYZ36.3144.6612.34-
YUV169.3771.36132.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 69 (27.34% from 255) = 16.05%
R=40.70%
G=43.26%
B=16.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186690.0600.630.2765.6445.8850
HexAFBA45603F1B422e32
Octal2572721056077331025662
Binary101011111011101010001011100111111110111000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA45; }

 p { color: rgb(175,186,69); }

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

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

 a { background-color: rgb(175,186,69); }

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

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

 span { border-color: rgb(175,186,69); }

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