#B0AC22

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

Shades of Earls Green #B0AC22

Tints of Earls Green #B0AC22

Color information

#B0AC22 (or 0xB0AC22) is unknown color: approx Earls Green. HEX triplet: B0, AC and 22. RGB value is (176,172,34). Sum of RGB (Red+Green+Blue) = 176+172+34=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC22 is #4F53DD. Grayscale: #9E9E9E. Windows color (decimal): -5198814 or 2272432. OLE color: 2272432.

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

Color convert

RGB17617234-
CMYK00.020.810.31
HSL58.31º67.62%41.18%-
HSV(B)58.31º80.68%69.02%-
XYZ32.9538.857.28-
YUV157.4658.33141.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 34 (13.67% from 255) = 8.90%
R=46.07%
G=45.03%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761723400.020.810.3158.3167.6241.18
HexB0AC2202511F3a4429
Octal2602544202121377210451
Binary10110000101011001000100101010001111111110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC22; }

 p { color: rgb(176,172,34); }

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

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

 a { background-color: rgb(176,172,34); }

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

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

 span { border-color: rgb(176,172,34); }

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