#B6AE2D

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

Shades of Earls Green #B6AE2D

Tints of Earls Green #B6AE2D

Color information

#B6AE2D (or 0xB6AE2D) is unknown color: approx Earls Green. HEX triplet: B6, AE and 2D. RGB value is (182,174,45). Sum of RGB (Red+Green+Blue) = 182+174+45=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE2D is #4951D2. Grayscale: #A2A2A2. Windows color (decimal): -4805075 or 2993846. OLE color: 2993846.

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

Color convert

RGB18217445-
CMYK00.040.750.29
HSL56.5º60.35%44.51%-
HSV(B)56.5º75.27%71.37%-
XYZ34.940.418.44-
YUV161.6962.15142.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=45.39%
G=43.39%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821744500.040.750.2956.560.3544.51
HexB6AE2D044B1D383c2d
Octal266256550411335707455
Binary10110110101011101011010100100101111101111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE2D; }

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

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

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

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

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

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

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

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