#A4B64A

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

Shades of Celery #A4B64A

Tints of Celery #A4B64A

Color information

#A4B64A (or 0xA4B64A) is unknown color: approx Celery. HEX triplet: A4, B6 and 4A. RGB value is (164,182,74). Sum of RGB (Red+Green+Blue) = 164+182+74=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B64A is #5B49B5. Grayscale: #A4A4A4. Windows color (decimal): -5982646 or 4896420. OLE color: 4896420.

HSL color Cylindrical-coordinate representation of color #A4B64A: hue angle of 70º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4B64A is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB16418274-
CMYK0.1000.590.29
HSL70º42.52%50.2%-
HSV(B)70º59.34%71.37%-
XYZ33.2741.8412.8-
YUV164.3177.04127.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=39.05%
G=43.33%
B=17.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164182740.1000.590.297042.5250.2
HexA4B64AA03B1D462b32
Octal24426611212073351065362
Binary1010010010110110100101010100111011111011000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B64A; }

 p { color: rgb(164,182,74); }

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

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

 a { background-color: rgb(164,182,74); }

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

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

 span { border-color: rgb(164,182,74); }

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