#B4AC0E

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

Shades of Earls Green #B4AC0E

Tints of Earls Green #B4AC0E

Color information

#B4AC0E (or 0xB4AC0E) is unknown color: approx Earls Green. HEX triplet: B4, AC and 0E. RGB value is (180,172,14). Sum of RGB (Red+Green+Blue) = 180+172+14=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AC0E is #4B53F1. Grayscale: #9D9D9D. Windows color (decimal): -4936690 or 961716. OLE color: 961716.

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

Color convert

RGB18017214-
CMYK00.040.920.29
HSL57.11º85.57%38.04%-
HSV(B)57.11º92.22%70.59%-
XYZ33.6539.246.22-
YUV156.3847.65144.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 14 (5.86% from 255) = 3.83%
R=49.18%
G=46.99%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801721400.040.920.2957.1185.5738.04
HexB4ACE045C1D395626
Octal2642541604134357112646
Binary1011010010101100111001001011100111011110011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC0E; }

 p { color: rgb(180,172,14); }

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

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

 a { background-color: rgb(180,172,14); }

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

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

 span { border-color: rgb(180,172,14); }

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