#A4B04A

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

Shades of Celery #A4B04A

Tints of Celery #A4B04A

Color information

#A4B04A (or 0xA4B04A) is unknown color: approx Celery. HEX triplet: A4, B0 and 4A. RGB value is (164,176,74). Sum of RGB (Red+Green+Blue) = 164+176+74=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B04A is #5B4FB5. Grayscale: #A1A1A1. Windows color (decimal): -5984182 or 4894884. OLE color: 4894884.

HSL color Cylindrical-coordinate representation of color #A4B04A: hue angle of 67.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4B04A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB16417674-
CMYK0.0700.580.31
HSL67.06º40.8%49.02%-
HSV(B)67.06º57.95%69.02%-
XYZ32.0739.4412.4-
YUV160.7879.02130.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=39.61%
G=42.51%
B=17.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164176740.0700.580.3167.0640.849.02
HexA4B04A703A1F432931
Octal2442601127072371035161
Binary101001001011000010010101110111010111111000011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B04A; }

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

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

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

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

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

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

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

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