#B1B01D

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

Shades of Earls Green #B1B01D

Tints of Earls Green #B1B01D

Color information

#B1B01D (or 0xB1B01D) is unknown color: approx Earls Green. HEX triplet: B1, B0 and 1D. RGB value is (177,176,29). Sum of RGB (Red+Green+Blue) = 177+176+29=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B01D is #4E4FE2. Grayscale: #A0A0A0. Windows color (decimal): -5132259 or 1945777. OLE color: 1945777.

HSL color Cylindrical-coordinate representation of color #B1B01D: hue angle of 59.59º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B01D is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17717629-
CMYK00.010.840.31
HSL59.59º71.84%40.39%-
HSV(B)59.59º83.62%69.41%-
XYZ33.8840.497.19-
YUV159.5454.33140.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 29 (11.72% from 255) = 7.59%
R=46.34%
G=46.07%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771762900.010.840.3159.5971.8440.39
HexB1B01D01541F3c4828
Octal2612603501124377411050
Binary101100011011000011101011010100111111111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B01D; }

 p { color: rgb(177,176,29); }

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

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

 a { background-color: rgb(177,176,29); }

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

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

 span { border-color: rgb(177,176,29); }

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