#B6A31B

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

Shades of Earls Green #B6A31B

Tints of Earls Green #B6A31B

Color information

#B6A31B (or 0xB6A31B) is unknown color: approx Earls Green. HEX triplet: B6, A3 and 1B. RGB value is (182,163,27). Sum of RGB (Red+Green+Blue) = 182+163+27=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A31B is #495CE4. Grayscale: #999999. Windows color (decimal): -4807909 or 1811382. OLE color: 1811382.

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

Color convert

RGB18216327-
CMYK00.100.850.29
HSL52.65º74.16%40.98%-
HSV(B)52.65º85.16%71.37%-
XYZ32.5936.226.31-
YUV153.1856.79148.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 163 (64.06% from 255) = 43.82%
BLUE value IS 27 (10.94% from 255) = 7.26%
R=48.92%
G=43.82%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821632700.100.850.2952.6574.1640.98
HexB6A31B0A551D354a29
Octal26624333012125356511251
Binary101101101010001111011010101010101111011101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A31B; }

 p { color: rgb(182,163,27); }

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

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

 a { background-color: rgb(182,163,27); }

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

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

 span { border-color: rgb(182,163,27); }

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