#B4AA1A

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

Shades of Earls Green #B4AA1A

Tints of Earls Green #B4AA1A

Color information

#B4AA1A (or 0xB4AA1A) is unknown color: approx Earls Green. HEX triplet: B4, AA and 1A. RGB value is (180,170,26). Sum of RGB (Red+Green+Blue) = 180+170+26=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA1A is #4B55E5. Grayscale: #9D9D9D. Windows color (decimal): -4937190 or 1747636. OLE color: 1747636.

HSL color Cylindrical-coordinate representation of color #B4AA1A: hue angle of 56.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4AA1A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18017026-
CMYK00.060.860.29
HSL56.1º74.76%40.39%-
HSV(B)56.1º85.56%70.59%-
XYZ33.3838.536.65-
YUV156.5754.31144.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 26 (10.55% from 255) = 6.91%
R=47.87%
G=45.21%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801702600.060.860.2956.174.7640.39
HexB4AA1A06561D384b28
Octal2642523206126357011350
Binary10110100101010101101001101010110111011110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA1A; }

 p { color: rgb(180,170,26); }

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

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

 a { background-color: rgb(180,170,26); }

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

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

 span { border-color: rgb(180,170,26); }

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