#B0B026

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

Shades of Earls Green #B0B026

Tints of Earls Green #B0B026

Color information

#B0B026 (or 0xB0B026) is unknown color: approx Earls Green. HEX triplet: B0, B0 and 26. RGB value is (176,176,38). Sum of RGB (Red+Green+Blue) = 176+176+38=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B026 is #4F4FD9. Grayscale: #A0A0A0. Windows color (decimal): -5197786 or 2535600. OLE color: 2535600.

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

Color convert

RGB17617638-
CMYK000.780.31
HSL60º64.49%41.96%-
HSV(B)60º78.41%69.02%-
XYZ33.7840.427.86-
YUV160.2759139.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 38 (15.23% from 255) = 9.74%
R=45.13%
G=45.13%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617638000.780.316064.4941.96
HexB0B026004E1F3c402a
Octal2602604600116377410052
Binary1011000010110000100110001001110111111111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B026; }

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

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

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

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

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

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

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

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