#B3AC1E

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

Shades of Earls Green #B3AC1E

Tints of Earls Green #B3AC1E

Color information

#B3AC1E (or 0xB3AC1E) is unknown color: approx Earls Green. HEX triplet: B3, AC and 1E. RGB value is (179,172,30). Sum of RGB (Red+Green+Blue) = 179+172+30=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC1E is #4C53E1. Grayscale: #9E9E9E. Windows color (decimal): -5002210 or 2010291. OLE color: 2010291.

HSL color Cylindrical-coordinate representation of color #B3AC1E: hue angle of 57.18º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3AC1E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17917230-
CMYK00.040.830.30
HSL57.18º71.29%40.98%-
HSV(B)57.18º83.24%70.2%-
XYZ33.5839.187.02-
YUV157.955.82143.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=46.98%
G=45.14%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791723000.040.830.3057.1871.2940.98
HexB3AC1E04531E394729
Octal2632543604123367110751
Binary10110011101011001111001001010011111101110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC1E; }

 p { color: rgb(179,172,30); }

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

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

 a { background-color: rgb(179,172,30); }

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

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

 span { border-color: rgb(179,172,30); }

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