#A4B945

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

Shades of Celery #A4B945

Tints of Celery #A4B945

Color information

#A4B945 (or 0xA4B945) is unknown color: approx Celery. HEX triplet: A4, B9 and 45. RGB value is (164,185,69). Sum of RGB (Red+Green+Blue) = 164+185+69=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B945 is #5B46BA. Grayscale: #A5A5A5. Windows color (decimal): -5981883 or 4569508. OLE color: 4569508.

HSL color Cylindrical-coordinate representation of color #A4B945: hue angle of 70.86º 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 #A4B945 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB16418569-
CMYK0.1100.630.27
HSL70.86º45.67%49.8%-
HSV(B)70.86º62.7%72.55%-
XYZ33.7343.0212.16-
YUV165.573.54126.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=39.23%
G=44.26%
B=16.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164185690.1100.630.2770.8645.6749.8
HexA4B945B03F1B472e32
Octal24427110513077331075662
Binary1010010010111001100010110110111111110111000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B945; }

 p { color: rgb(164,185,69); }

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

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

 a { background-color: rgb(164,185,69); }

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

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

 span { border-color: rgb(164,185,69); }

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