#B6B526

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

Shades of Earls Green #B6B526

Tints of Earls Green #B6B526

Color information

#B6B526 (or 0xB6B526) is unknown color: approx Earls Green. HEX triplet: B6, B5 and 26. RGB value is (182,181,38). Sum of RGB (Red+Green+Blue) = 182+181+38=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B526 is #494AD9. Grayscale: #A5A5A5. Windows color (decimal): -4803290 or 2536886. OLE color: 2536886.

HSL color Cylindrical-coordinate representation of color #B6B526: hue angle of 59.58º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6B526 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18218138-
CMYK00.010.790.29
HSL59.58º65.45%43.14%-
HSV(B)59.58º79.12%71.37%-
XYZ36.1743.138.25-
YUV16556.33140.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=45.39%
G=45.14%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821813800.010.790.2959.5865.4543.14
HexB6B526014F1D3c412b
Octal2662654601117357410153
Binary1011011010110101100110011001111111011111001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B526; }

 p { color: rgb(182,181,38); }

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

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

 a { background-color: rgb(182,181,38); }

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

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

 span { border-color: rgb(182,181,38); }

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