#B3B121

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

Shades of Earls Green #B3B121

Tints of Earls Green #B3B121

Color information

#B3B121 (or 0xB3B121) is unknown color: approx Earls Green. HEX triplet: B3, B1 and 21. RGB value is (179,177,33). Sum of RGB (Red+Green+Blue) = 179+177+33=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B121 is #4C4EDE. Grayscale: #A1A1A1. Windows color (decimal): -5000927 or 2208179. OLE color: 2208179.

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

Color convert

RGB17917733-
CMYK00.010.820.30
HSL59.18º68.87%41.57%-
HSV(B)59.18º81.56%70.2%-
XYZ34.5941.147.56-
YUV161.1855.66140.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 33 (13.28% from 255) = 8.48%
R=46.02%
G=45.50%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791773300.010.820.3059.1868.8741.57
HexB3B12101521E3b452a
Octal2632614101122367310552
Binary1011001110110001100001011010010111101110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B121; }

 p { color: rgb(179,177,33); }

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

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

 a { background-color: rgb(179,177,33); }

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

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

 span { border-color: rgb(179,177,33); }

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