#B6A80B

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

Shades of Earls Green #B6A80B

Tints of Earls Green #B6A80B

Color information

#B6A80B (or 0xB6A80B) is unknown color: approx Earls Green. HEX triplet: B6, A8 and 0B. RGB value is (182,168,11). Sum of RGB (Red+Green+Blue) = 182+168+11=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A80B is #4957F4. Grayscale: #9A9A9A. Windows color (decimal): -4806645 or 764086. OLE color: 764086.

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

Color convert

RGB18216811-
CMYK00.080.940.29
HSL55.09º88.6%37.84%-
HSV(B)55.09º93.96%71.37%-
XYZ33.3537.975.89-
YUV154.2947.14147.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 168 (66.02% from 255) = 46.54%
BLUE value IS 11 (4.69% from 255) = 3.05%
R=50.42%
G=46.54%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821681100.080.940.2955.0988.637.84
HexB6A8B085E1D375926
Octal26625013010136356713146
Binary10110110101010001011010001011110111011101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A80B; }

 p { color: rgb(182,168,11); }

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

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

 a { background-color: rgb(182,168,11); }

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

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

 span { border-color: rgb(182,168,11); }

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