#B6AE14

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

Shades of Earls Green #B6AE14

Tints of Earls Green #B6AE14

Color information

#B6AE14 (or 0xB6AE14) is unknown color: approx Earls Green. HEX triplet: B6, AE and 14. RGB value is (182,174,20). Sum of RGB (Red+Green+Blue) = 182+174+20=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE14 is #4951EB. Grayscale: #9F9F9F. Windows color (decimal): -4805100 or 1355446. OLE color: 1355446.

HSL color Cylindrical-coordinate representation of color #B6AE14: hue angle of 57.04º 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 #B6AE14 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18217420-
CMYK00.040.890.29
HSL57.04º80.2%39.61%-
HSV(B)57.04º89.01%71.37%-
XYZ34.5540.276.61-
YUV158.8449.65144.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 20 (8.20% from 255) = 5.32%
R=48.40%
G=46.28%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821742000.040.890.2957.0480.239.61
HexB6AE1404591D395028
Octal2662562404131357112050
Binary10110110101011101010001001011001111011110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE14; }

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

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

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

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

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

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

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

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