#B4A531

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

Shades of Earls Green #B4A531

Tints of Earls Green #B4A531

Color information

#B4A531 (or 0xB4A531) is unknown color: approx Earls Green. HEX triplet: B4, A5 and 31. RGB value is (180,165,49). Sum of RGB (Red+Green+Blue) = 180+165+49=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A531 is #4B5ACE. Grayscale: #9C9C9C. Windows color (decimal): -4938447 or 3253684. OLE color: 3253684.

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

Color convert

RGB18016549-
CMYK00.080.730.29
HSL53.13º57.21%44.9%-
HSV(B)53.13º72.78%70.59%-
XYZ32.8336.848.29-
YUV156.2667.47144.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=45.69%
G=41.88%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801654900.080.730.2953.1357.2144.9
HexB4A53108491D35392d
Octal2642456101011135657155
Binary101101001010010111000101000100100111101110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A531; }

 p { color: rgb(180,165,49); }

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

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

 a { background-color: rgb(180,165,49); }

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

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

 span { border-color: rgb(180,165,49); }

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