#B6AE19

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

Shades of Earls Green #B6AE19

Tints of Earls Green #B6AE19

Color information

#B6AE19 (or 0xB6AE19) is unknown color: approx Earls Green. HEX triplet: B6, AE and 19. RGB value is (182,174,25). Sum of RGB (Red+Green+Blue) = 182+174+25=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE19 is #4951E6. Grayscale: #A0A0A0. Windows color (decimal): -4805095 or 1683126. OLE color: 1683126.

HSL color Cylindrical-coordinate representation of color #B6AE19: hue angle of 56.94º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6AE19 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18217425-
CMYK00.040.860.29
HSL56.94º75.85%40.59%-
HSV(B)56.94º86.26%71.37%-
XYZ34.640.296.87-
YUV159.4152.15144.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 25 (10.16% from 255) = 6.56%
R=47.77%
G=45.67%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821742500.040.860.2956.9475.8540.59
HexB6AE1904561D394c29
Octal2662563104126357111451
Binary10110110101011101100101001010110111011110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE19; }

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

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

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

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

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

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

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

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