#B6AB2E

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

Shades of Earls Green #B6AB2E

Tints of Earls Green #B6AB2E

Color information

#B6AB2E (or 0xB6AB2E) is unknown color: approx Earls Green. HEX triplet: B6, AB and 2E. RGB value is (182,171,46). Sum of RGB (Red+Green+Blue) = 182+171+46=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB2E is #4954D1. Grayscale: #A0A0A0. Windows color (decimal): -4805842 or 3058614. OLE color: 3058614.

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

Color convert

RGB18217146-
CMYK00.060.750.29
HSL55.15º59.65%44.71%-
HSV(B)55.15º74.73%71.37%-
XYZ34.3539.278.35-
YUV160.0463.64143.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 46 (18.36% from 255) = 11.53%
R=45.61%
G=42.86%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821714600.060.750.2955.1559.6544.71
HexB6AB2E064B1D373c2d
Octal266253560611335677455
Binary10110110101010111011100110100101111101110111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB2E; }

 p { color: rgb(182,171,46); }

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

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

 a { background-color: rgb(182,171,46); }

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

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

 span { border-color: rgb(182,171,46); }

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