#B6A90C

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

Shades of Earls Green #B6A90C

Tints of Earls Green #B6A90C

Color information

#B6A90C (or 0xB6A90C) is unknown color: approx Earls Green. HEX triplet: B6, A9 and 0C. RGB value is (182,169,12). Sum of RGB (Red+Green+Blue) = 182+169+12=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A90C is #4956F3. Grayscale: #9B9B9B. Windows color (decimal): -4806388 or 829878. OLE color: 829878.

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

Color convert

RGB18216912-
CMYK00.070.930.29
HSL55.41º87.63%38.04%-
HSV(B)55.41º93.41%71.37%-
XYZ33.5538.355.98-
YUV154.9947.31147.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 169 (66.41% from 255) = 46.56%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=50.14%
G=46.56%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821691200.070.930.2955.4187.6338.04
HexB6A9C075D1D375826
Octal2662511407135356713046
Binary1011011010101001110001111011101111011101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A90C; }

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

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

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

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

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

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

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

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