#BAC89C

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

Shades of Sprout #BAC89C

Tints of Sprout #BAC89C

Color information

#BAC89C (or 0xBAC89C) is unknown color: approx Sprout. HEX triplet: BA, C8 and 9C. RGB value is (186,200,156). Sum of RGB (Red+Green+Blue) = 186+200+156=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC89C is #453763. Grayscale: #BEBEBE. Windows color (decimal): -4536164 or 10275002. OLE color: 10275002.

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

Color convert

RGB186200156-
CMYK0.0700.220.22
HSL79.09º28.57%69.8%-
HSV(B)79.09º22%78.43%-
XYZ46.954.1539.43-
YUV190.8108.36124.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=34.32%
G=36.90%
B=28.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001560.0700.220.2279.0928.5769.8
HexBAC89C7016164f1d46
Octal27231023470262611735106
Binary101110101100100010011100111010110101101001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC89C; }

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

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

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

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

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

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

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

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