#BFAC2E

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

Shades of Earls Green #BFAC2E

Tints of Earls Green #BFAC2E

Color information

#BFAC2E (or 0xBFAC2E) is unknown color: approx Earls Green. HEX triplet: BF, AC and 2E. RGB value is (191,172,46). Sum of RGB (Red+Green+Blue) = 191+172+46=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC2E is #4053D1. Grayscale: #A3A3A3. Windows color (decimal): -4215762 or 3058879. OLE color: 3058879.

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

Color convert

RGB19117246-
CMYK00.100.760.25
HSL52.14º61.18%46.47%-
HSV(B)52.14º75.92%74.9%-
XYZ36.7340.788.52-
YUV163.3261.79147.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 46 (18.36% from 255) = 11.25%
R=46.70%
G=42.05%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911724600.100.760.2552.1461.1846.47
HexBFAC2E0A4C19343d2e
Octal2772545601211431647556
Binary101111111010110010111001010100110011001110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC2E; }

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

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

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

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

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

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

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

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