#BAC47F

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

Shades of Pine Glade #BAC47F

Tints of Pine Glade #BAC47F

Color information

#BAC47F (or 0xBAC47F) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 7F. RGB value is (186,196,127). Sum of RGB (Red+Green+Blue) = 186+196+127=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC47F is #453B80. Grayscale: #B9B9B9. Windows color (decimal): -4537217 or 8373434. OLE color: 8373434.

HSL color Cylindrical-coordinate representation of color #BAC47F: hue angle of 68.7º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAC47F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB186196127-
CMYK0.0500.350.23
HSL68.7º36.9%63.33%-
HSV(B)68.7º35.2%76.86%-
XYZ43.8251.4527.7-
YUV185.1495.19128.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 127 (50% from 255) = 24.95%
R=36.54%
G=38.51%
B=24.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961270.0500.350.2368.736.963.33
HexBAC47F50231745253f
Octal2723041775043271054577
Binary101110101100010011111111010100011101111000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC47F; }

 p { color: rgb(186,196,127); }

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

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

 a { background-color: rgb(186,196,127); }

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

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

 span { border-color: rgb(186,196,127); }

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