#B7A632

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

Shades of Earls Green #B7A632

Tints of Earls Green #B7A632

Color information

#B7A632 (or 0xB7A632) is unknown color: approx Earls Green. HEX triplet: B7, A6 and 32. RGB value is (183,166,50). Sum of RGB (Red+Green+Blue) = 183+166+50=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A632 is #4859CD. Grayscale: #9E9E9E. Windows color (decimal): -4741582 or 3319479. OLE color: 3319479.

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

Color convert

RGB18316650-
CMYK00.090.730.28
HSL52.33º57.08%45.69%-
HSV(B)52.33º72.68%71.76%-
XYZ33.7437.578.49-
YUV157.8667.13145.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=45.86%
G=41.60%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831665000.090.730.2852.3357.0845.69
HexB7A63209491C34392e
Octal2672466201111134647156
Binary101101111010011011001001001100100111100110100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A632; }

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

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

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

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

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

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

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

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