#B6A82E

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

Shades of Earls Green #B6A82E

Tints of Earls Green #B6A82E

Color information

#B6A82E (or 0xB6A82E) is unknown color: approx Earls Green. HEX triplet: B6, A8 and 2E. RGB value is (182,168,46). Sum of RGB (Red+Green+Blue) = 182+168+46=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A82E is #4957D1. Grayscale: #9E9E9E. Windows color (decimal): -4806610 or 3057846. OLE color: 3057846.

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

Color convert

RGB18216846-
CMYK00.080.750.29
HSL53.82º59.65%44.71%-
HSV(B)53.82º74.73%71.37%-
XYZ33.7938.158.17-
YUV158.2864.64144.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=45.96%
G=42.42%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821684600.080.750.2953.8259.6544.71
HexB6A82E084B1D363c2d
Octal2662505601011335667455
Binary101101101010100010111001000100101111101110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A82E; }

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

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

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

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

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

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

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

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