Html Css Color HEX #BACE9F Sprout

📋 copy color: '#BACE9F'

red 186 ◦ green 206 ◦ blue 159

#BACE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BACE9F

Tints of Sprout #BACE9F

RGB

 RED value IS 186 (73.05% from 255) = 33.76%

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 159 (62.5% from 255) = 28.86%

R = 33.76%
G = 37.39%
B = 28.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BACE9F (or 0xBACE9F) is known color: Sprout. HEX triplet: BA, CE and 9F. RGB value is (186,206,159). Sum of RGB (Red+Green+Blue) = 186+206+159=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9F is #453160. Grayscale: #C2C2C2. Windows color (decimal): -4534625 or 10473146. OLE color: 10473146.

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

Color convert

RGB 186 206 159 -
CMYK 0.10 0 0.23 0.19
HSL 85.53º 0.32% 0.72% -
HSV(B) 85.53º 0.23% 0.81% -
XYZ 48.58 57.08 41.26 -
YUV 194.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 186 206 159 0.10 0 0.23 0.19 85.53 0.32 0.72
Hex BA CE 9F A 0 17 13 56 20 48
Octal 272 316 237 12 0 27 23 126 40 110
Binary 10111010 11001110 10011111 1010 0 10111 10011 1010110 100000 1001000

Color Harmonies of #BACE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE9F

Black with #BACE9F

Text Example


Text Example

White with #BACE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE9F; }

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

 H1.HeaderClassName
 {
   color: #BACE9F;
 }
 .AnyTagClassName
 {
   color: #BACE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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