#B1A615

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

Shades of Earls Green #B1A615

Tints of Earls Green #B1A615

Color information

#B1A615 (or 0xB1A615) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 15. RGB value is (177,166,21). Sum of RGB (Red+Green+Blue) = 177+166+21=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A615 is #4E59EA. Grayscale: #999999. Windows color (decimal): -5134827 or 1418929. OLE color: 1418929.

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

Color convert

RGB17716621-
CMYK00.060.880.31
HSL55.77º78.79%38.82%-
HSV(B)55.77º88.14%69.41%-
XYZ31.936.676.11-
YUV152.7653.64145.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 21 (8.59% from 255) = 5.77%
R=48.63%
G=45.60%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771662100.060.880.3155.7778.7938.82
HexB1A61506581F384f27
Octal2612462506130377011747
Binary10110001101001101010101101011000111111110001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A615; }

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

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

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

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

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

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

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

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