#B7A928

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

Shades of Earls Green #B7A928

Tints of Earls Green #B7A928

Color information

#B7A928 (or 0xB7A928) is unknown color: approx Earls Green. HEX triplet: B7, A9 and 28. RGB value is (183,169,40). Sum of RGB (Red+Green+Blue) = 183+169+40=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A928 is #4856D7. Grayscale: #9F9F9F. Windows color (decimal): -4740824 or 2664887. OLE color: 2664887.

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

Color convert

RGB18316940-
CMYK00.080.780.28
HSL54.13º64.13%43.73%-
HSV(B)54.13º78.14%71.76%-
XYZ34.138.67.66-
YUV158.4861.14145.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=46.68%
G=43.11%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831694000.080.780.2854.1364.1343.73
HexB7A928084E1C36402c
Octal26725150010116346610054
Binary1011011110101001101000010001001110111001101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A928; }

 p { color: rgb(183,169,40); }

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

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

 a { background-color: rgb(183,169,40); }

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

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

 span { border-color: rgb(183,169,40); }

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