#B6A515

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

Shades of Earls Green #B6A515

Tints of Earls Green #B6A515

Color information

#B6A515 (or 0xB6A515) is unknown color: approx Earls Green. HEX triplet: B6, A5 and 15. RGB value is (182,165,21). Sum of RGB (Red+Green+Blue) = 182+165+21=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A515 is #495AEA. Grayscale: #9A9A9A. Windows color (decimal): -4807403 or 1418678. OLE color: 1418678.

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

Color convert

RGB18216521-
CMYK00.090.880.29
HSL53.66º79.31%39.8%-
HSV(B)53.66º88.46%71.37%-
XYZ32.8836.916.1-
YUV153.6753.13148.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 21 (8.59% from 255) = 5.71%
R=49.46%
G=44.84%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821652100.090.880.2953.6679.3139.8
HexB6A51509581D364f28
Octal26624525011130356611750
Binary101101101010010110101010011011000111011101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A515; }

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

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

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

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

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

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

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

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