#B0AD11

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

Shades of Earls Green #B0AD11

Tints of Earls Green #B0AD11

Color information

#B0AD11 (or 0xB0AD11) is unknown color: approx Earls Green. HEX triplet: B0, AD and 11. RGB value is (176,173,17). Sum of RGB (Red+Green+Blue) = 176+173+17=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD11 is #4F52EE. Grayscale: #9C9C9C. Windows color (decimal): -5198575 or 1158576. OLE color: 1158576.

HSL color Cylindrical-coordinate representation of color #B0AD11: hue angle of 58.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0AD11 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17617317-
CMYK00.020.900.31
HSL58.87º82.38%37.84%-
HSV(B)58.87º90.34%69.02%-
XYZ32.9539.166.35-
YUV156.1149.49142.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 17 (7.03% from 255) = 4.64%
R=48.09%
G=47.27%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761731700.020.900.3158.8782.3837.84
HexB0AD11025A1F3b5226
Octal2602552102132377312246
Binary1011000010101101100010101011010111111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD11; }

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

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

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

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

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

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

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

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