Html Css Color HEX #BACE9C Sprout

📋 copy color: '#BACE9C'

red 186 ◦ green 206 ◦ blue 156

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

Shades of Sprout #BACE9C

Tints of Sprout #BACE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.47%

R = 33.94%
G = 37.59%
B = 28.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#BACE9C (or 0xBACE9C) is known color: Sprout. HEX triplet: BA, CE and 9C. RGB value is (186,206,156). Sum of RGB (Red+Green+Blue) = 186+206+156=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9C is #453163. Grayscale: #C2C2C2. Windows color (decimal): -4534628 or 10276538. OLE color: 10276538.

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

Color convert

RGB 186 206 156 -
CMYK 0.10 0 0.24 0.19
HSL 84º 0.34% 0.71% -
HSV(B) 84º 0.24% 0.81% -
XYZ 48.32 56.98 39.9 -
YUV 194.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 186 206 156 0.10 0 0.24 0.19 84 0.34 0.71
Hex BA CE 9C A 0 18 13 54 22 47
Octal 272 316 234 12 0 30 23 124 42 107
Binary 10111010 11001110 10011100 1010 0 11000 10011 1010100 100010 1000111

Color Harmonies of #BACE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE9C

Black with #BACE9C

Text Example


Text Example

White with #BACE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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