#BACE9B

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

Shades of Sprout #BACE9B

Tints of Sprout #BACE9B

Color information

#BACE9B (or 0xBACE9B) is unknown color: approx Sprout. HEX triplet: BA, CE and 9B. RGB value is (186,206,155). Sum of RGB (Red+Green+Blue) = 186+206+155=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9B is #453164. Grayscale: #C2C2C2. Windows color (decimal): -4534629 or 10211002. OLE color: 10211002.

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

Color convert

RGB186206155-
CMYK0.1000.250.19
HSL83.53º34.23%70.78%-
HSV(B)83.53º24.76%80.78%-
XYZ48.2456.9539.46-
YUV194.21105.87122.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=34.00%
G=37.66%
B=28.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061550.1000.250.1983.5334.2370.78
HexBACE9BA01913542247
Octal272316233120312312442107
Binary10111010110011101001101110100110011001110101001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE9B; }

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

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

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

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

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

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

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

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