#B0AD22

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

Shades of Earls Green #B0AD22

Tints of Earls Green #B0AD22

Color information

#B0AD22 (or 0xB0AD22) is unknown color: approx Earls Green. HEX triplet: B0, AD and 22. RGB value is (176,173,34). Sum of RGB (Red+Green+Blue) = 176+173+34=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD22 is #4F52DD. Grayscale: #9E9E9E. Windows color (decimal): -5198558 or 2272688. OLE color: 2272688.

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

Color convert

RGB17617334-
CMYK00.020.810.31
HSL58.73º67.62%41.18%-
HSV(B)58.73º80.68%69.02%-
XYZ33.1439.237.34-
YUV158.0557.99140.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 34 (13.67% from 255) = 8.88%
R=45.95%
G=45.17%
B=8.88%

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
Decimal1761733400.020.810.3158.7367.6241.18
HexB0AD2202511F3b4429
Octal2602554202121377310451
Binary10110000101011011000100101010001111111110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD22; }

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

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

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

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

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

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

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

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