#BAC99D

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

Shades of Sprout #BAC99D

Tints of Sprout #BAC99D

Color information

#BAC99D (or 0xBAC99D) is unknown color: approx Sprout. HEX triplet: BA, C9 and 9D. RGB value is (186,201,157). Sum of RGB (Red+Green+Blue) = 186+201+157=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC99D is #453662. Grayscale: #BFBFBF. Windows color (decimal): -4535907 or 10340794. OLE color: 10340794.

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

Color convert

RGB186201157-
CMYK0.0700.220.21
HSL80.45º28.95%70.2%-
HSV(B)80.45º21.89%78.82%-
XYZ47.2254.6539.96-
YUV191.5108.53124.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=34.19%
G=36.95%
B=28.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011570.0700.220.2180.4528.9570.2
HexBAC99D701615501d46
Octal27231123570262512035106
Binary101110101100100110011101111010110101011010000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC99D; }

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

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

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

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

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

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

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

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