#B4A615

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

Shades of Earls Green #B4A615

Tints of Earls Green #B4A615

Color information

#B4A615 (or 0xB4A615) is unknown color: approx Earls Green. HEX triplet: B4, A6 and 15. RGB value is (180,166,21). Sum of RGB (Red+Green+Blue) = 180+166+21=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A615 is #4B59EA. Grayscale: #9A9A9A. Windows color (decimal): -4938219 or 1418932. OLE color: 1418932.

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

Color convert

RGB18016621-
CMYK00.080.880.29
HSL54.72º79.1%39.41%-
HSV(B)54.72º88.33%70.59%-
XYZ32.5937.036.14-
YUV153.6653.14146.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=49.05%
G=45.23%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801662100.080.880.2954.7279.139.41
HexB4A61508581D374f27
Octal26424625010130356711747
Binary101101001010011010101010001011000111011101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A615; }

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

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

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

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

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

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

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

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