#B0B02D

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

Shades of Earls Green #B0B02D

Tints of Earls Green #B0B02D

Color information

#B0B02D (or 0xB0B02D) is unknown color: approx Earls Green. HEX triplet: B0, B0 and 2D. RGB value is (176,176,45). Sum of RGB (Red+Green+Blue) = 176+176+45=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B02D is #4F4FD2. Grayscale: #A1A1A1. Windows color (decimal): -5197779 or 2994352. OLE color: 2994352.

HSL color Cylindrical-coordinate representation of color #B0B02D: hue angle of 60º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0B02D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17617645-
CMYK000.740.31
HSL60º59.28%43.33%-
HSV(B)60º74.43%69.02%-
XYZ33.940.478.51-
YUV161.0762.5138.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 45 (17.97% from 255) = 11.34%
R=44.33%
G=44.33%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617645000.740.316059.2843.33
HexB0B02D004A1F3c3b2b
Octal260260550011237747353
Binary101100001011000010110100100101011111111100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B02D; }

 p { color: rgb(176,176,45); }

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

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

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

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

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

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

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