#a0b042

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

Shades of Celery #A0B042

Tints of Celery #A0B042

Color information

#A0B042 (or 0xA0B042) is unknown color: approx Celery. HEX triplet: A0, B0 and 42. RGB value is (160,176,66). Sum of RGB (Red+Green+Blue) = 160+176+66=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B042 is #5F4FBD. Grayscale: #9F9F9F. Windows color (decimal): -6246334 or 4370592. OLE color: 4370592.

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

Color convert

RGB16017666-
CMYK0.0900.620.31
HSL68.73º45.45%47.45%-
HSV(B)68.73º62.5%69.02%-
XYZ31.0138.9211.03-
YUV158.6875.7128.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=39.80%
G=43.78%
B=16.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176660.0900.620.3168.7345.4547.45
HexA0B042903E1F452d2f
Octal24026010211076371055557
Binary1010000010110000100001010010111110111111000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0b042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0b042; }

 p { color: rgb(160,176,66); }

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

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

 a { background-color: rgb(160,176,66); }

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

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

 span { border-color: rgb(160,176,66); }

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