#B6A521

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

Shades of Earls Green #B6A521

Tints of Earls Green #B6A521

Color information

#B6A521 (or 0xB6A521) is unknown color: approx Earls Green. HEX triplet: B6, A5 and 21. RGB value is (182,165,33). Sum of RGB (Red+Green+Blue) = 182+165+33=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A521 is #495ADE. Grayscale: #9B9B9B. Windows color (decimal): -4807391 or 2205110. OLE color: 2205110.

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

Color convert

RGB18216533-
CMYK00.090.820.29
HSL53.15º69.3%42.16%-
HSV(B)53.15º81.87%71.37%-
XYZ33.0236.976.83-
YUV155.0459.13147.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 33 (13.28% from 255) = 8.68%
R=47.89%
G=43.42%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821653300.090.820.2953.1569.342.16
HexB6A52109521D35452a
Octal26624541011122356510552
Binary1011011010100101100001010011010010111011101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A521; }

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

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

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

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

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

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

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

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