#B6A526

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

Shades of Earls Green #B6A526

Tints of Earls Green #B6A526

Color information

#B6A526 (or 0xB6A526) is unknown color: approx Earls Green. HEX triplet: B6, A5 and 26. RGB value is (182,165,38). Sum of RGB (Red+Green+Blue) = 182+165+38=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A526 is #495AD9. Grayscale: #9C9C9C. Windows color (decimal): -4807386 or 2532790. OLE color: 2532790.

HSL color Cylindrical-coordinate representation of color #B6A526: hue angle of 52.92º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6A526 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18216538-
CMYK00.090.790.29
HSL52.92º65.45%43.14%-
HSV(B)52.92º79.12%71.37%-
XYZ33.1377.23-
YUV155.661.63146.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 9.87%
R=47.27%
G=42.86%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821653800.090.790.2952.9265.4543.14
HexB6A526094F1D35412b
Octal26624546011117356510153
Binary1011011010100101100110010011001111111011101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A526; }

 p { color: rgb(182,165,38); }

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

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

 a { background-color: rgb(182,165,38); }

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

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

 span { border-color: rgb(182,165,38); }

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