#B7B032

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

Shades of Earls Green #B7B032

Tints of Earls Green #B7B032

Color information

#B7B032 (or 0xB7B032) is unknown color: approx Earls Green. HEX triplet: B7, B0 and 32. RGB value is (183,176,50). Sum of RGB (Red+Green+Blue) = 183+176+50=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B032 is #484FCD. Grayscale: #A4A4A4. Windows color (decimal): -4739022 or 3322039. OLE color: 3322039.

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

Color convert

RGB18317650-
CMYK00.040.730.28
HSL56.84º57.08%45.69%-
HSV(B)56.84º72.68%71.76%-
XYZ35.6341.359.12-
YUV163.7363.82141.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=44.74%
G=43.03%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831765000.040.730.2856.8457.0845.69
HexB7B03204491C39392e
Octal267260620411134717156
Binary10110111101100001100100100100100111100111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B032; }

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

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

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

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

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

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

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

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