#B7A62A

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

Shades of Earls Green #B7A62A

Tints of Earls Green #B7A62A

Color information

#B7A62A (or 0xB7A62A) is unknown color: approx Earls Green. HEX triplet: B7, A6 and 2A. RGB value is (183,166,42). Sum of RGB (Red+Green+Blue) = 183+166+42=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A62A is #4859D5. Grayscale: #9D9D9D. Windows color (decimal): -4741590 or 2795191. OLE color: 2795191.

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

Color convert

RGB18316642-
CMYK00.090.770.28
HSL52.77º62.67%44.12%-
HSV(B)52.77º77.05%71.76%-
XYZ33.5837.517.66-
YUV156.9563.13146.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 42 (16.80% from 255) = 10.74%
R=46.80%
G=42.46%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831664200.090.770.2852.7762.6744.12
HexB7A62A094D1C353f2c
Octal2672465201111534657754
Binary101101111010011010101001001100110111100110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A62A; }

 p { color: rgb(183,166,42); }

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

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

 a { background-color: rgb(183,166,42); }

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

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

 span { border-color: rgb(183,166,42); }

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