#BAC189

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

Shades of Pine Glade #BAC189

Tints of Pine Glade #BAC189

Color information

#BAC189 (or 0xBAC189) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 89. RGB value is (186,193,137). Sum of RGB (Red+Green+Blue) = 186+193+137=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC189 is #453E76. Grayscale: #B8B8B8. Windows color (decimal): -4537975 or 9028026. OLE color: 9028026.

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

Color convert

RGB186193137-
CMYK0.0400.290.24
HSL67.5º31.11%64.71%-
HSV(B)67.5º29.02%75.69%-
XYZ43.8450.3931.08-
YUV184.52101.18129.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=36.05%
G=37.40%
B=26.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931370.0400.290.2467.531.1164.71
HexBAC189401D18441f41
Octal27230121140353010437101
Binary101110101100000110001001100011101110001000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC189; }

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

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

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

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

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

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

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

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