#B6A530

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

Shades of Earls Green #B6A530

Tints of Earls Green #B6A530

Color information

#B6A530 (or 0xB6A530) is unknown color: approx Earls Green. HEX triplet: B6, A5 and 30. RGB value is (182,165,48). Sum of RGB (Red+Green+Blue) = 182+165+48=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A530 is #495ACF. Grayscale: #9D9D9D. Windows color (decimal): -4807376 or 3188150. OLE color: 3188150.

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

Color convert

RGB18216548-
CMYK00.090.740.29
HSL52.39º58.26%45.1%-
HSV(B)52.39º73.63%71.37%-
XYZ33.2837.078.2-
YUV156.7466.63146.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=46.08%
G=41.77%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821654800.090.740.2952.3958.2645.1
HexB6A530094A1D343a2d
Octal2662456001111235647255
Binary101101101010010111000001001100101011101110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A530; }

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

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

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

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

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

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

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

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