#B7A81B

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

Shades of Earls Green #B7A81B

Tints of Earls Green #B7A81B

Color information

#B7A81B (or 0xB7A81B) is unknown color: approx Earls Green. HEX triplet: B7, A8 and 1B. RGB value is (183,168,27). Sum of RGB (Red+Green+Blue) = 183+168+27=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A81B is #4857E4. Grayscale: #9C9C9C. Windows color (decimal): -4741093 or 1812663. OLE color: 1812663.

HSL color Cylindrical-coordinate representation of color #B7A81B: hue angle of 54.23º degrees, saturation: 0.74, 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 #B7A81B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18316827-
CMYK00.080.850.28
HSL54.23º74.29%41.18%-
HSV(B)54.23º85.25%71.76%-
XYZ33.7338.156.62-
YUV156.4154.97146.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 168 (66.02% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 7.14%
R=48.41%
G=44.44%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831682700.080.850.2854.2374.2941.18
HexB7A81B08551C364a29
Octal26725033010125346611251
Binary101101111010100011011010001010101111001101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A81B; }

 p { color: rgb(183,168,27); }

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

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

 a { background-color: rgb(183,168,27); }

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

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

 span { border-color: rgb(183,168,27); }

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