#B7B116

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

Shades of Earls Green #B7B116

Tints of Earls Green #B7B116

Color information

#B7B116 (or 0xB7B116) is unknown color: approx Earls Green. HEX triplet: B7, B1 and 16. RGB value is (183,177,22). Sum of RGB (Red+Green+Blue) = 183+177+22=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B116 is #484EE9. Grayscale: #A1A1A1. Windows color (decimal): -4738794 or 1487287. OLE color: 1487287.

HSL color Cylindrical-coordinate representation of color #B7B116: hue angle of 57.76º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7B116 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18317722-
CMYK00.030.880.28
HSL57.76º78.54%40.2%-
HSV(B)57.76º87.98%71.76%-
XYZ35.441.576.92-
YUV161.1249.49143.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 22 (8.98% from 255) = 5.76%
R=47.91%
G=46.34%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831772200.030.880.2857.7678.5440.2
HexB7B11603581C3a4f28
Octal2672612603130347211750
Binary1011011110110001101100111011000111001110101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B116; }

 p { color: rgb(183,177,22); }

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

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

 a { background-color: rgb(183,177,22); }

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

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

 span { border-color: rgb(183,177,22); }

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