#B7AD32

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

Shades of Earls Green #B7AD32

Tints of Earls Green #B7AD32

Color information

#B7AD32 (or 0xB7AD32) is unknown color: approx Earls Green. HEX triplet: B7, AD and 32. RGB value is (183,173,50). Sum of RGB (Red+Green+Blue) = 183+173+50=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD32 is #4852CD. Grayscale: #A2A2A2. Windows color (decimal): -4739790 or 3321271. OLE color: 3321271.

HSL color Cylindrical-coordinate representation of color #B7AD32: hue angle of 55.49º 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 #B7AD32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18317350-
CMYK00.050.730.28
HSL55.49º57.08%45.69%-
HSV(B)55.49º72.68%71.76%-
XYZ35.0540.188.93-
YUV161.9764.81143-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 50 (19.92% from 255) = 12.32%
R=45.07%
G=42.61%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831735000.050.730.2855.4957.0845.69
HexB7AD3205491C37392e
Octal267255620511134677156
Binary10110111101011011100100101100100111100110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD32; }

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

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

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

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

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

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

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

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