#BAC59C

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

Shades of Sprout #BAC59C

Tints of Sprout #BAC59C

Color information

#BAC59C (or 0xBAC59C) is unknown color: approx Sprout. HEX triplet: BA, C5 and 9C. RGB value is (186,197,156). Sum of RGB (Red+Green+Blue) = 186+197+156=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59C is #453A63. Grayscale: #BDBDBD. Windows color (decimal): -4536932 or 10274234. OLE color: 10274234.

HSL color Cylindrical-coordinate representation of color #BAC59C: hue angle of 76.1º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC59C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB186197156-
CMYK0.0600.210.23
HSL76.1º26.11%69.22%-
HSV(B)76.1º20.81%77.25%-
XYZ46.2252.7739.2-
YUV189.04109.36125.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=34.51%
G=36.55%
B=28.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971560.0600.210.2376.126.1169.22
HexBAC59C6015174c1a45
Octal27230523460252711432105
Binary101110101100010110011100110010101101111001100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC59C; }

 p { color: rgb(186,197,156); }

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

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

 a { background-color: rgb(186,197,156); }

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

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

 span { border-color: rgb(186,197,156); }

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