#BAC896

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

Shades of Sprout #BAC896

Tints of Sprout #BAC896

Color information

#BAC896 (or 0xBAC896) is unknown color: approx Sprout. HEX triplet: BA, C8 and 96. RGB value is (186,200,150). Sum of RGB (Red+Green+Blue) = 186+200+150=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC896 is #453769. Grayscale: #BEBEBE. Windows color (decimal): -4536170 or 9881786. OLE color: 9881786.

HSL color Cylindrical-coordinate representation of color #BAC896: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC896 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB186200150-
CMYK0.0700.250.22
HSL76.8º31.25%68.63%-
HSV(B)76.8º25%78.43%-
XYZ46.4153.9536.82-
YUV190.11105.36125.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=34.70%
G=37.31%
B=27.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001500.0700.250.2276.831.2568.63
HexBAC8967019164d1f45
Octal27231022670312611537105
Binary101110101100100010010110111011001101101001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC896; }

 p { color: rgb(186,200,150); }

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

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

 a { background-color: rgb(186,200,150); }

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

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

 span { border-color: rgb(186,200,150); }

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