#B7B127

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

Shades of Earls Green #B7B127

Tints of Earls Green #B7B127

Color information

#B7B127 (or 0xB7B127) is unknown color: approx Earls Green. HEX triplet: B7, B1 and 27. RGB value is (183,177,39). Sum of RGB (Red+Green+Blue) = 183+177+39=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B127 is #484ED8. Grayscale: #A3A3A3. Windows color (decimal): -4738777 or 2601399. OLE color: 2601399.

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

Color convert

RGB18317739-
CMYK00.030.790.28
HSL57.5º64.86%43.53%-
HSV(B)57.5º78.69%71.76%-
XYZ35.6241.668.08-
YUV163.0657.99142.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 39 (15.62% from 255) = 9.77%
R=45.86%
G=44.36%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831773900.030.790.2857.564.8643.53
HexB7B127034F1C3a412c
Octal2672614703117347210154
Binary10110111101100011001110111001111111001110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B127; }

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

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

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

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

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

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

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

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