#BAC48A

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

Shades of Pine Glade #BAC48A

Tints of Pine Glade #BAC48A

Color information

#BAC48A (or 0xBAC48A) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 8A. RGB value is (186,196,138). Sum of RGB (Red+Green+Blue) = 186+196+138=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC48A is #453B75. Grayscale: #BABABA. Windows color (decimal): -4537206 or 9094330. OLE color: 9094330.

HSL color Cylindrical-coordinate representation of color #BAC48A: hue angle of 70.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC48A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB186196138-
CMYK0.0500.300.23
HSL70.34º32.95%65.49%-
HSV(B)70.34º29.59%76.86%-
XYZ44.5851.7531.68-
YUV186.4100.69127.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=35.77%
G=37.69%
B=26.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961380.0500.300.2370.3432.9565.49
HexBAC48A501E17462141
Octal27230421250362710641101
Binary1011101011000100100010101010111101011110001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC48A; }

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

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

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

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

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

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

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

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