#B1B21A

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

Shades of Earls Green #B1B21A

Tints of Earls Green #B1B21A

Color information

#B1B21A (or 0xB1B21A) is unknown color: approx Earls Green. HEX triplet: B1, B2 and 1A. RGB value is (177,178,26). Sum of RGB (Red+Green+Blue) = 177+178+26=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B21A is #4E4DE5. Grayscale: #A0A0A0. Windows color (decimal): -5131750 or 1749681. OLE color: 1749681.

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

Color convert

RGB17717826-
CMYK0.0100.850.30
HSL60.39º74.51%40%-
HSV(B)60.39º85.39%69.8%-
XYZ34.2441.267.14-
YUV160.3752.17139.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 26 (10.55% from 255) = 6.82%
R=46.46%
G=46.72%
B=6.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177178260.0100.850.3060.3974.5140
HexB1B21A10551E3c4b28
Octal2612623210125367411350
Binary101100011011001011010101010101111101111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B21A; }

 p { color: rgb(177,178,26); }

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

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

 a { background-color: rgb(177,178,26); }

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

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

 span { border-color: rgb(177,178,26); }

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