#BACE96

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

Shades of Sprout #BACE96

Tints of Sprout #BACE96

Color information

#BACE96 (or 0xBACE96) is unknown color: approx Sprout. HEX triplet: BA, CE and 96. RGB value is (186,206,150). Sum of RGB (Red+Green+Blue) = 186+206+150=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE96 is #453169. Grayscale: #C1C1C1. Windows color (decimal): -4534634 or 9883322. OLE color: 9883322.

HSL color Cylindrical-coordinate representation of color #BACE96: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACE96 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB186206150-
CMYK0.1000.270.19
HSL81.43º36.36%69.8%-
HSV(B)81.43º27.18%80.78%-
XYZ47.8356.7837.29-
YUV193.64103.37122.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=34.32%
G=38.01%
B=27.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061500.1000.270.1981.4336.3669.8
HexBACE96A01B13512446
Octal272316226120332312144106
Binary10111010110011101001011010100110111001110100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE96; }

 p { color: rgb(186,206,150); }

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

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

 a { background-color: rgb(186,206,150); }

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

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

 span { border-color: rgb(186,206,150); }

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