#B4A231

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

Shades of Earls Green #B4A231

Tints of Earls Green #B4A231

Color information

#B4A231 (or 0xB4A231) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 31. RGB value is (180,162,49). Sum of RGB (Red+Green+Blue) = 180+162+49=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A231 is #4B5DCE. Grayscale: #9A9A9A. Windows color (decimal): -4939215 or 3252916. OLE color: 3252916.

HSL color Cylindrical-coordinate representation of color #B4A231: hue angle of 51.76º 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 #B4A231 is Cyan = 0, Magento = 0.1, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18016249-
CMYK00.10.730.29
HSL51.76º57.21%44.9%-
HSV(B)51.76º72.78%70.59%-
XYZ32.335.778.11-
YUV154.568.46146.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=46.04%
G=41.43%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801624900.10.730.2951.7657.2144.9
HexB4A2310A491D34392d
Octal2642426101211135647155
Binary101101001010001011000101010100100111101110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A231; }

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

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

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

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

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

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

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

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