#B3B218

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

Shades of Earls Green #B3B218

Tints of Earls Green #B3B218

Color information

#B3B218 (or 0xB3B218) is unknown color: approx Earls Green. HEX triplet: B3, B2 and 18. RGB value is (179,178,24). Sum of RGB (Red+Green+Blue) = 179+178+24=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B218 is #4C4DE7. Grayscale: #A1A1A1. Windows color (decimal): -5000680 or 1618611. OLE color: 1618611.

HSL color Cylindrical-coordinate representation of color #B3B218: hue angle of 59.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3B218 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17917824-
CMYK00.010.870.30
HSL59.61º76.35%39.8%-
HSV(B)59.61º86.59%70.2%-
XYZ34.6841.497.05-
YUV160.7450.83141.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 24 (9.77% from 255) = 6.30%
R=46.98%
G=46.72%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791782400.010.870.3059.6176.3539.8
HexB3B21801571E3c4c28
Octal2632623001127367411450
Binary101100111011001011000011010111111101111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B218; }

 p { color: rgb(179,178,24); }

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

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

 a { background-color: rgb(179,178,24); }

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

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

 span { border-color: rgb(179,178,24); }

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