#A4B445

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

Shades of Celery #A4B445

Tints of Celery #A4B445

Color information

#A4B445 (or 0xA4B445) is unknown color: approx Celery. HEX triplet: A4, B4 and 45. RGB value is (164,180,69). Sum of RGB (Red+Green+Blue) = 164+180+69=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B445 is #5B4BBA. Grayscale: #A2A2A2. Windows color (decimal): -5983163 or 4568228. OLE color: 4568228.

HSL color Cylindrical-coordinate representation of color #A4B445: hue angle of 68.65º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4B445 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB16418069-
CMYK0.0900.620.29
HSL68.65º44.58%48.82%-
HSV(B)68.65º61.67%70.59%-
XYZ32.7140.9611.81-
YUV162.5675.2129.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=39.71%
G=43.58%
B=16.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164180690.0900.620.2968.6544.5848.82
HexA4B445903E1D452d31
Octal24426410511076351055561
Binary1010010010110100100010110010111110111011000101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B445; }

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

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

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

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

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

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

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

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