#B1A815

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

Shades of Earls Green #B1A815

Tints of Earls Green #B1A815

Color information

#B1A815 (or 0xB1A815) is unknown color: approx Earls Green. HEX triplet: B1, A8 and 15. RGB value is (177,168,21). Sum of RGB (Red+Green+Blue) = 177+168+21=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A815 is #4E57EA. Grayscale: #9A9A9A. Windows color (decimal): -5134315 or 1419441. OLE color: 1419441.

HSL color Cylindrical-coordinate representation of color #B1A815: hue angle of 56.54º 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 #B1A815 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17716821-
CMYK00.050.880.31
HSL56.54º78.79%38.82%-
HSV(B)56.54º88.14%69.41%-
XYZ32.2737.416.23-
YUV153.9352.98144.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 21 (8.59% from 255) = 5.74%
R=48.36%
G=45.90%
B=5.74%

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
Decimal1771682100.050.880.3156.5478.7938.82
HexB1A81505581F394f27
Octal2612502505130377111747
Binary10110001101010001010101011011000111111110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A815; }

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

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

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

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

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

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

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

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