#BAC899

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

Shades of Sprout #BAC899

Tints of Sprout #BAC899

Color information

#BAC899 (or 0xBAC899) is unknown color: approx Sprout. HEX triplet: BA, C8 and 99. RGB value is (186,200,153). Sum of RGB (Red+Green+Blue) = 186+200+153=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC899 is #453766. Grayscale: #BEBEBE. Windows color (decimal): -4536167 or 10078394. OLE color: 10078394.

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

Color convert

RGB186200153-
CMYK0.0700.240.22
HSL77.87º29.94%69.22%-
HSV(B)77.87º23.5%78.43%-
XYZ46.6554.0538.11-
YUV190.46106.86124.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=34.51%
G=37.11%
B=28.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001530.0700.240.2277.8729.9469.22
HexBAC8997018164e1e45
Octal27231023170302611636105
Binary101110101100100010011001111011000101101001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC899; }

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

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

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

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

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

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

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

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