#B6B421

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

Shades of Earls Green #B6B421

Tints of Earls Green #B6B421

Color information

#B6B421 (or 0xB6B421) is unknown color: approx Earls Green. HEX triplet: B6, B4 and 21. RGB value is (182,180,33). Sum of RGB (Red+Green+Blue) = 182+180+33=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B421 is #494BDE. Grayscale: #A4A4A4. Windows color (decimal): -4803551 or 2208950. OLE color: 2208950.

HSL color Cylindrical-coordinate representation of color #B6B421: 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.82%. Process color model (Four color, CMYK) of #B6B421 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18218033-
CMYK00.010.820.29
HSL59.19º69.3%42.16%-
HSV(B)59.19º81.87%71.37%-
XYZ35.8942.77.79-
YUV163.8454.16140.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 33 (13.28% from 255) = 8.35%
R=46.08%
G=45.57%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821803300.010.820.2959.1969.342.16
HexB6B42101521D3b452a
Octal2662644101122357310552
Binary1011011010110100100001011010010111011110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B421; }

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

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

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

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

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

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

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

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