#B7A11D

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

Shades of Earls Green #B7A11D

Tints of Earls Green #B7A11D

Color information

#B7A11D (or 0xB7A11D) is unknown color: approx Earls Green. HEX triplet: B7, A1 and 1D. RGB value is (183,161,29). Sum of RGB (Red+Green+Blue) = 183+161+29=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A11D is #485EE2. Grayscale: #999999. Windows color (decimal): -4742883 or 1941943. OLE color: 1941943.

HSL color Cylindrical-coordinate representation of color #B7A11D: hue angle of 51.43º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A11D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18316129-
CMYK00.120.840.28
HSL51.43º72.64%41.57%-
HSV(B)51.43º84.15%71.76%-
XYZ32.535.656.33-
YUV152.5358.29149.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 29 (11.72% from 255) = 7.77%
R=49.06%
G=43.16%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831612900.120.840.2851.4372.6441.57
HexB7A11D0C541C33492a
Octal26724135014124346311152
Binary101101111010000111101011001010100111001100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A11D; }

 p { color: rgb(183,161,29); }

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

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

 a { background-color: rgb(183,161,29); }

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

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

 span { border-color: rgb(183,161,29); }

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