#B6A41D

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

Shades of Earls Green #B6A41D

Tints of Earls Green #B6A41D

Color information

#B6A41D (or 0xB6A41D) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 1D. RGB value is (182,164,29). Sum of RGB (Red+Green+Blue) = 182+164+29=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A41D is #495BE2. Grayscale: #9A9A9A. Windows color (decimal): -4807651 or 1942710. OLE color: 1942710.

HSL color Cylindrical-coordinate representation of color #B6A41D: hue angle of 52.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6A41D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18216429-
CMYK00.100.840.29
HSL52.94º72.51%41.37%-
HSV(B)52.94º84.07%71.37%-
XYZ32.7936.586.5-
YUV153.9957.46147.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=48.53%
G=43.73%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821642900.100.840.2952.9472.5141.37
HexB6A41D0A541D354929
Octal26624435012124356511151
Binary101101101010010011101010101010100111011101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A41D; }

 p { color: rgb(182,164,29); }

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

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

 a { background-color: rgb(182,164,29); }

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

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

 span { border-color: rgb(182,164,29); }

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