#BAC796

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

Shades of Sprout #BAC796

Tints of Sprout #BAC796

Color information

#BAC796 (or 0xBAC796) is unknown color: approx Sprout. HEX triplet: BA, C7 and 96. RGB value is (186,199,150). Sum of RGB (Red+Green+Blue) = 186+199+150=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC796 is #453869. Grayscale: #BDBDBD. Windows color (decimal): -4536426 or 9881530. OLE color: 9881530.

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

Color convert

RGB186199150-
CMYK0.0700.250.22
HSL75.92º30.43%68.43%-
HSV(B)75.92º24.62%78.04%-
XYZ46.1853.4936.74-
YUV189.53105.69125.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=34.77%
G=37.20%
B=28.04%

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
Decimal1861991500.0700.250.2275.9230.4368.43
HexBAC7967019164c1e44
Octal27230722670312611436104
Binary101110101100011110010110111011001101101001100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC796; }

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

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

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

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

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

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

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

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