#b6b131

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

Shades of Earls Green #B6B131

Tints of Earls Green #B6B131

Color information

#B6B131 (or 0xB6B131) is unknown color: approx Earls Green. HEX triplet: B6, B1 and 31. RGB value is (182,177,49). Sum of RGB (Red+Green+Blue) = 182+177+49=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B131 is #494ECE. Grayscale: #A4A4A4. Windows color (decimal): -4804303 or 3256758. OLE color: 3256758.

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

Color convert

RGB18217749-
CMYK00.030.730.29
HSL57.74º57.58%45.29%-
HSV(B)57.74º73.08%71.37%-
XYZ35.5741.619.06-
YUV163.963.16140.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 49 (19.53% from 255) = 12.01%
R=44.61%
G=43.38%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821774900.030.730.2957.7457.5845.29
HexB6B13103491D3a3a2d
Octal266261610311135727255
Binary1011011010110001110001011100100111101111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6b131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6b131; }

 p { color: rgb(182,177,49); }

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

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

 a { background-color: rgb(182,177,49); }

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

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

 span { border-color: rgb(182,177,49); }

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