#B7B31C

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

Shades of Earls Green #B7B31C

Tints of Earls Green #B7B31C

Color information

#B7B31C (or 0xB7B31C) is unknown color: approx Earls Green. HEX triplet: B7, B3 and 1C. RGB value is (183,179,28). Sum of RGB (Red+Green+Blue) = 183+179+28=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B31C is #484CE3. Grayscale: #A3A3A3. Windows color (decimal): -4738276 or 1881015. OLE color: 1881015.

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

Color convert

RGB18317928-
CMYK00.020.850.28
HSL58.45º73.46%41.37%-
HSV(B)58.45º84.7%71.76%-
XYZ35.8642.397.39-
YUV162.9851.83142.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 28 (11.33% from 255) = 7.18%
R=46.92%
G=45.90%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831792800.020.850.2858.4573.4641.37
HexB7B31C02551C3a4929
Octal2672633402125347211151
Binary1011011110110011111000101010101111001110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B31C; }

 p { color: rgb(183,179,28); }

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

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

 a { background-color: rgb(183,179,28); }

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

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

 span { border-color: rgb(183,179,28); }

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