#BACE9A

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

Shades of Sprout #BACE9A

Tints of Sprout #BACE9A

Color information

#BACE9A (or 0xBACE9A) is unknown color: approx Sprout. HEX triplet: BA, CE and 9A. RGB value is (186,206,154). Sum of RGB (Red+Green+Blue) = 186+206+154=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9A is #453165. Grayscale: #C2C2C2. Windows color (decimal): -4534630 or 10145466. OLE color: 10145466.

HSL color Cylindrical-coordinate representation of color #BACE9A: hue angle of 83.08º degrees, saturation: 0.35, 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 #BACE9A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB186206154-
CMYK0.1000.250.19
HSL83.08º34.67%70.59%-
HSV(B)83.08º25.24%80.78%-
XYZ48.1556.9139.02-
YUV194.09105.37122.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=34.07%
G=37.73%
B=28.21%

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
Decimal1862061540.1000.250.1983.0834.6770.59
HexBACE9AA01913532347
Octal272316232120312312343107
Binary10111010110011101001101010100110011001110100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE9A; }

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

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

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

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

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

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

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

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