#B6B422

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

Shades of Earls Green #B6B422

Tints of Earls Green #B6B422

Color information

#B6B422 (or 0xB6B422) is unknown color: approx Earls Green. HEX triplet: B6, B4 and 22. RGB value is (182,180,34). Sum of RGB (Red+Green+Blue) = 182+180+34=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B422 is #494BDD. Grayscale: #A4A4A4. Windows color (decimal): -4803550 or 2274486. OLE color: 2274486.

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

Color convert

RGB18218034-
CMYK00.010.810.29
HSL59.19º68.52%42.35%-
HSV(B)59.19º81.32%71.37%-
XYZ35.942.77.86-
YUV163.9554.66140.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 34 (13.67% from 255) = 8.59%
R=45.96%
G=45.45%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821803400.010.810.2959.1968.5242.35
HexB6B42201511D3b452a
Octal2662644201121357310552
Binary1011011010110100100010011010001111011110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B422; }

 p { color: rgb(182,180,34); }

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

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

 a { background-color: rgb(182,180,34); }

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

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

 span { border-color: rgb(182,180,34); }

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