#B6B026

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

Shades of Earls Green #B6B026

Tints of Earls Green #B6B026

Color information

#B6B026 (or 0xB6B026) is unknown color: approx Earls Green. HEX triplet: B6, B0 and 26. RGB value is (182,176,38). Sum of RGB (Red+Green+Blue) = 182+176+38=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B026 is #494FD9. Grayscale: #A2A2A2. Windows color (decimal): -4804570 or 2535606. OLE color: 2535606.

HSL color Cylindrical-coordinate representation of color #B6B026: hue angle of 57.5º 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 #B6B026 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18217638-
CMYK00.030.790.29
HSL57.5º65.45%43.14%-
HSV(B)57.5º79.12%71.37%-
XYZ35.1741.147.92-
YUV162.0657.99142.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=45.96%
G=44.44%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821763800.030.790.2957.565.4543.14
HexB6B026034F1D3a412b
Octal2662604603117357210153
Binary10110110101100001001100111001111111011110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B026; }

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

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

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

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

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

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

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

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