#BCAC2E

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

Shades of Earls Green #BCAC2E

Tints of Earls Green #BCAC2E

Color information

#BCAC2E (or 0xBCAC2E) is unknown color: approx Earls Green. HEX triplet: BC, AC and 2E. RGB value is (188,172,46). Sum of RGB (Red+Green+Blue) = 188+172+46=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC2E is #4353D1. Grayscale: #A2A2A2. Windows color (decimal): -4412370 or 3058876. OLE color: 3058876.

HSL color Cylindrical-coordinate representation of color #BCAC2E: hue angle of 53.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCAC2E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18817246-
CMYK00.090.760.26
HSL53.24º60.68%45.88%-
HSV(B)53.24º75.53%73.73%-
XYZ35.9840.398.48-
YUV162.4262.3146.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=46.31%
G=42.36%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881724600.090.760.2653.2460.6845.88
HexBCAC2E094C1A353d2e
Octal2742545601111432657556
Binary101111001010110010111001001100110011010110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC2E; }

 p { color: rgb(188,172,46); }

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

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

 a { background-color: rgb(188,172,46); }

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

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

 span { border-color: rgb(188,172,46); }

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