#A4B352

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

Shades of Celery #A4B352

Tints of Celery #A4B352

Color information

#A4B352 (or 0xA4B352) is unknown color: approx Celery. HEX triplet: A4, B3 and 52. RGB value is (164,179,82). Sum of RGB (Red+Green+Blue) = 164+179+82=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B352 is #5B4CAD. Grayscale: #A3A3A3. Windows color (decimal): -5983406 or 5419940. OLE color: 5419940.

HSL color Cylindrical-coordinate representation of color #A4B352: hue angle of 69.28º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4B352 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB16417982-
CMYK0.0800.540.30
HSL69.28º38.96%51.18%-
HSV(B)69.28º54.19%70.2%-
XYZ32.9540.7414.11-
YUV163.4682.03128.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=38.59%
G=42.12%
B=19.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179820.0800.540.3069.2838.9651.18
HexA4B35280361E452733
Octal24426312210066361054763
Binary1010010010110011101001010000110110111101000101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B352; }

 p { color: rgb(164,179,82); }

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

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

 a { background-color: rgb(164,179,82); }

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

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

 span { border-color: rgb(164,179,82); }

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