#B7A71B

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

Shades of Earls Green #B7A71B

Tints of Earls Green #B7A71B

Color information

#B7A71B (or 0xB7A71B) is unknown color: approx Earls Green. HEX triplet: B7, A7 and 1B. RGB value is (183,167,27). Sum of RGB (Red+Green+Blue) = 183+167+27=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A71B is #4858E4. Grayscale: #9C9C9C. Windows color (decimal): -4741349 or 1812407. OLE color: 1812407.

HSL color Cylindrical-coordinate representation of color #B7A71B: hue angle of 53.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7A71B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18316727-
CMYK00.090.850.28
HSL53.85º74.29%41.18%-
HSV(B)53.85º85.25%71.76%-
XYZ33.5437.786.56-
YUV155.8255.3147.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 27 (10.94% from 255) = 7.16%
R=48.54%
G=44.30%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831672700.090.850.2853.8574.2941.18
HexB7A71B09551C364a29
Octal26724733011125346611251
Binary101101111010011111011010011010101111001101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A71B; }

 p { color: rgb(183,167,27); }

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

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

 a { background-color: rgb(183,167,27); }

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

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

 span { border-color: rgb(183,167,27); }

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