#B6A91E

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

Shades of Earls Green #B6A91E

Tints of Earls Green #B6A91E

Color information

#B6A91E (or 0xB6A91E) is unknown color: approx Earls Green. HEX triplet: B6, A9 and 1E. RGB value is (182,169,30). Sum of RGB (Red+Green+Blue) = 182+169+30=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A91E is #4956E1. Grayscale: #9D9D9D. Windows color (decimal): -4806370 or 2009526. OLE color: 2009526.

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

Color convert

RGB18216930-
CMYK00.070.840.29
HSL54.87º71.7%41.57%-
HSV(B)54.87º83.52%71.37%-
XYZ33.7138.416.87-
YUV157.0456.31145.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=47.77%
G=44.36%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821693000.070.840.2954.8771.741.57
HexB6A91E07541D37482a
Octal2662513607124356711052
Binary10110110101010011111001111010100111011101111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A91E; }

 p { color: rgb(182,169,30); }

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

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

 a { background-color: rgb(182,169,30); }

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

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

 span { border-color: rgb(182,169,30); }

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