#B1B21E

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

Shades of Earls Green #B1B21E

Tints of Earls Green #B1B21E

Color information

#B1B21E (or 0xB1B21E) is unknown color: approx Earls Green. HEX triplet: B1, B2 and 1E. RGB value is (177,178,30). Sum of RGB (Red+Green+Blue) = 177+178+30=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B21E is #4E4DE1. Grayscale: #A1A1A1. Windows color (decimal): -5131746 or 2011825. OLE color: 2011825.

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

Color convert

RGB17717830-
CMYK0.0100.830.30
HSL60.41º71.15%40.78%-
HSV(B)60.41º83.15%69.8%-
XYZ34.2941.287.39-
YUV160.8354.17139.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 30 (12.11% from 255) = 7.79%
R=45.97%
G=46.23%
B=7.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177178300.0100.830.3060.4171.1540.78
HexB1B21E10531E3c4729
Octal2612623610123367410751
Binary101100011011001011110101010011111101111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B21E; }

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

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

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

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

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

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

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

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