#B1A915

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

Shades of Earls Green #B1A915

Tints of Earls Green #B1A915

Color information

#B1A915 (or 0xB1A915) is unknown color: approx Earls Green. HEX triplet: B1, A9 and 15. RGB value is (177,169,21). Sum of RGB (Red+Green+Blue) = 177+169+21=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A915 is #4E56EA. Grayscale: #9B9B9B. Windows color (decimal): -5134059 or 1419697. OLE color: 1419697.

HSL color Cylindrical-coordinate representation of color #B1A915: hue angle of 56.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1A915 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17716921-
CMYK00.050.880.31
HSL56.92º78.79%38.82%-
HSV(B)56.92º88.14%69.41%-
XYZ32.4537.786.29-
YUV154.5252.65144.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=48.23%
G=46.05%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771692100.050.880.3156.9278.7938.82
HexB1A91505581F394f27
Octal2612512505130377111747
Binary10110001101010011010101011011000111111110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A915; }

 p { color: rgb(177,169,21); }

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

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

 a { background-color: rgb(177,169,21); }

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

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

 span { border-color: rgb(177,169,21); }

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