#B7A913

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

Shades of Earls Green #B7A913

Tints of Earls Green #B7A913

Color information

#B7A913 (or 0xB7A913) is unknown color: approx Earls Green. HEX triplet: B7, A9 and 13. RGB value is (183,169,19). Sum of RGB (Red+Green+Blue) = 183+169+19=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A913 is #4856EC. Grayscale: #9C9C9C. Windows color (decimal): -4740845 or 1288631. OLE color: 1288631.

HSL color Cylindrical-coordinate representation of color #B7A913: hue angle of 54.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7A913 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18316919-
CMYK00.080.900.28
HSL54.88º81.19%39.61%-
HSV(B)54.88º89.62%71.76%-
XYZ33.8338.496.26-
YUV156.0950.64147.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 19 (7.81% from 255) = 5.12%
R=49.33%
G=45.55%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831691900.080.900.2854.8881.1939.61
HexB7A913085A1C375128
Octal26725123010132346712150
Binary101101111010100110011010001011010111001101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A913; }

 p { color: rgb(183,169,19); }

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

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

 a { background-color: rgb(183,169,19); }

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

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

 span { border-color: rgb(183,169,19); }

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