#A4B050

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

Shades of Celery #A4B050

Tints of Celery #A4B050

Color information

#A4B050 (or 0xA4B050) is unknown color: approx Celery. HEX triplet: A4, B0 and 50. RGB value is (164,176,80). Sum of RGB (Red+Green+Blue) = 164+176+80=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B050 is #5B4FAF. Grayscale: #A1A1A1. Windows color (decimal): -5984176 or 5288100. OLE color: 5288100.

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

Color convert

RGB16417680-
CMYK0.0700.550.31
HSL67.5º37.8%50.2%-
HSV(B)67.5º54.55%69.02%-
XYZ32.2839.5213.52-
YUV161.4782.02129.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=39.05%
G=41.90%
B=19.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164176800.0700.550.3167.537.850.2
HexA4B05070371F442632
Octal2442601207067371044662
Binary101001001011000010100001110110111111111000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B050; }

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

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

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

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

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

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

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

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