#BAC999

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

Shades of Sprout #BAC999

Tints of Sprout #BAC999

Color information

#BAC999 (or 0xBAC999) is unknown color: approx Sprout. HEX triplet: BA, C9 and 99. RGB value is (186,201,153). Sum of RGB (Red+Green+Blue) = 186+201+153=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC999 is #453666. Grayscale: #BFBFBF. Windows color (decimal): -4535911 or 10078650. OLE color: 10078650.

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

Color convert

RGB186201153-
CMYK0.0700.240.21
HSL78.75º30.77%69.41%-
HSV(B)78.75º23.88%78.82%-
XYZ46.8954.5138.19-
YUV191.04106.53124.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=34.44%
G=37.22%
B=28.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011530.0700.240.2178.7530.7769.41
HexBAC9997018154f1f45
Octal27231123170302511737105
Binary101110101100100110011001111011000101011001111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC999; }

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

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

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

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

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

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

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

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