#B1B321

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

Shades of Earls Green #B1B321

Tints of Earls Green #B1B321

Color information

#B1B321 (or 0xB1B321) is unknown color: approx Earls Green. HEX triplet: B1, B3 and 21. RGB value is (177,179,33). Sum of RGB (Red+Green+Blue) = 177+179+33=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B321 is #4E4CDE. Grayscale: #A2A2A2. Windows color (decimal): -5131487 or 2208689. OLE color: 2208689.

HSL color Cylindrical-coordinate representation of color #B1B321: hue angle of 60.82º 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 #B1B321 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17717933-
CMYK0.0100.820.30
HSL60.82º68.87%41.57%-
HSV(B)60.82º81.56%70.2%-
XYZ34.5341.77.67-
YUV161.7655.34138.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179330.0100.820.3060.8268.8741.57
HexB1B32110521E3d452a
Octal2612634110122367510552
Binary1011000110110011100001101010010111101111011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B321; }

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

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

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

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

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

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

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

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