#A1B042

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

Shades of Celery #A1B042

Tints of Celery #A1B042

Color information

#A1B042 (or 0xA1B042) is unknown color: approx Celery. HEX triplet: A1, B0 and 42. RGB value is (161,176,66). Sum of RGB (Red+Green+Blue) = 161+176+66=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B042 is #5E4FBD. Grayscale: #9F9F9F. Windows color (decimal): -6180798 or 4370593. OLE color: 4370593.

HSL color Cylindrical-coordinate representation of color #A1B042: hue angle of 68.18º 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 #A1B042 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB16117666-
CMYK0.0900.620.31
HSL68.18º45.45%47.45%-
HSV(B)68.18º62.5%69.02%-
XYZ31.2139.0211.04-
YUV158.9875.53129.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 66 (26.17% from 255) = 16.38%
R=39.95%
G=43.67%
B=16.38%

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
Decimal161176660.0900.620.3168.1845.4547.45
HexA1B042903E1F442d2f
Octal24126010211076371045557
Binary1010000110110000100001010010111110111111000100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B042; }

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

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

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

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

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

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

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

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