#B7A816

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

Shades of Earls Green #B7A816

Tints of Earls Green #B7A816

Color information

#B7A816 (or 0xB7A816) is unknown color: approx Earls Green. HEX triplet: B7, A8 and 16. RGB value is (183,168,22). Sum of RGB (Red+Green+Blue) = 183+168+22=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A816 is #4857E9. Grayscale: #9C9C9C. Windows color (decimal): -4741098 or 1484983. OLE color: 1484983.

HSL color Cylindrical-coordinate representation of color #B7A816: hue angle of 54.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7A816 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18316822-
CMYK00.080.880.28
HSL54.41º78.54%40.2%-
HSV(B)54.41º87.98%71.76%-
XYZ33.6838.136.34-
YUV155.8452.47147.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 168 (66.02% from 255) = 45.04%
BLUE value IS 22 (8.98% from 255) = 5.90%
R=49.06%
G=45.04%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831682200.080.880.2854.4178.5440.2
HexB7A81608581C364f28
Octal26725026010130346611750
Binary101101111010100010110010001011000111001101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A816; }

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

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

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

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

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

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

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

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