#BAC17E

Color #BAC17E Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BAC17E

Tints of Pine Glade #BAC17E

Color information

#BAC17E (or 0xBAC17E) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 7E. RGB value is (186,193,126). Sum of RGB (Red+Green+Blue) = 186+193+126=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC17E is #453E81. Grayscale: #B7B7B7. Windows color (decimal): -4537986 or 8307130. OLE color: 8307130.

HSL color Cylindrical-coordinate representation of color #BAC17E: hue angle of 66.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAC17E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB186193126-
CMYK0.0400.350.24
HSL66.27º35.08%62.55%-
HSV(B)66.27º34.72%75.69%-
XYZ43.0950.0927.14-
YUV183.2795.68129.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=36.83%
G=38.22%
B=24.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931260.0400.350.2466.2735.0862.55
HexBAC17E40231842233f
Octal2723011764043301024377
Binary101110101100000111111101000100011110001000010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC17E; }

 p { color: rgb(186,193,126); }

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

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

 a { background-color: rgb(186,193,126); }

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

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

 span { border-color: rgb(186,193,126); }

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