#B7B019

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

Shades of Earls Green #B7B019

Tints of Earls Green #B7B019

Color information

#B7B019 (or 0xB7B019) is unknown color: approx Earls Green. HEX triplet: B7, B0 and 19. RGB value is (183,176,25). Sum of RGB (Red+Green+Blue) = 183+176+25=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B019 is #484FE6. Grayscale: #A1A1A1. Windows color (decimal): -4739047 or 1683639. OLE color: 1683639.

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

Color convert

RGB18317625-
CMYK00.040.860.28
HSL57.34º75.96%40.78%-
HSV(B)57.34º86.34%71.76%-
XYZ35.2341.197.01-
YUV160.8851.32143.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 25 (10.16% from 255) = 6.51%
R=47.66%
G=45.83%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831762500.040.860.2857.3475.9640.78
HexB7B01904561C394c29
Octal2672603104126347111451
Binary10110111101100001100101001010110111001110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B019; }

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

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

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

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

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

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

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

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