#B6A714

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

Shades of Earls Green #B6A714

Tints of Earls Green #B6A714

Color information

#B6A714 (or 0xB6A714) is unknown color: approx Earls Green. HEX triplet: B6, A7 and 14. RGB value is (182,167,20). Sum of RGB (Red+Green+Blue) = 182+167+20=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A714 is #4958EB. Grayscale: #9B9B9B. Windows color (decimal): -4806892 or 1353654. OLE color: 1353654.

HSL color Cylindrical-coordinate representation of color #B6A714: hue angle of 54.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6A714 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18216720-
CMYK00.080.890.29
HSL54.44º80.2%39.61%-
HSV(B)54.44º89.01%71.37%-
XYZ33.2437.636.17-
YUV154.7351.97147.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 167 (65.62% from 255) = 45.26%
BLUE value IS 20 (8.20% from 255) = 5.42%
R=49.32%
G=45.26%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821672000.080.890.2954.4480.239.61
HexB6A71408591D365028
Octal26624724010131356612050
Binary101101101010011110100010001011001111011101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A714; }

 p { color: rgb(182,167,20); }

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

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

 a { background-color: rgb(182,167,20); }

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

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

 span { border-color: rgb(182,167,20); }

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