#B7A613

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

Shades of Earls Green #B7A613

Tints of Earls Green #B7A613

Color information

#B7A613 (or 0xB7A613) is unknown color: approx Earls Green. HEX triplet: B7, A6 and 13. RGB value is (183,166,19). Sum of RGB (Red+Green+Blue) = 183+166+19=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A613 is #4859EC. Grayscale: #9A9A9A. Windows color (decimal): -4741613 or 1287863. OLE color: 1287863.

HSL color Cylindrical-coordinate representation of color #B7A613: hue angle of 53.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7A613 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18316619-
CMYK00.090.900.28
HSL53.78º81.19%39.61%-
HSV(B)53.78º89.62%71.76%-
XYZ33.2837.396.08-
YUV154.3251.63148.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 166 (65.23% from 255) = 45.11%
BLUE value IS 19 (7.81% from 255) = 5.16%
R=49.73%
G=45.11%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831661900.090.900.2853.7881.1939.61
HexB7A613095A1C365128
Octal26724623011132346612150
Binary101101111010011010011010011011010111001101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A613; }

 p { color: rgb(183,166,19); }

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

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

 a { background-color: rgb(183,166,19); }

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

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

 span { border-color: rgb(183,166,19); }

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