Html Css Color HEX #BACE9D Sprout

📋 copy color: '#BACE9D'

red 186 ◦ green 206 ◦ blue 157

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

Shades of Sprout #BACE9D

Tints of Sprout #BACE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.6%

R = 33.88%
G = 37.52%
B = 28.6%

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

#BACE9D (or 0xBACE9D) is known color: Sprout. HEX triplet: BA, CE and 9D. RGB value is (186,206,157). Sum of RGB (Red+Green+Blue) = 186+206+157=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE9D is #453162. Grayscale: #C2C2C2. Windows color (decimal): -4534627 or 10342074. OLE color: 10342074.

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

Color convert

RGB 186 206 157 -
CMYK 0.10 0 0.24 0.19
HSL 84.49º 0.33% 0.71% -
HSV(B) 84.49º 0.24% 0.81% -
XYZ 48.41 57.02 40.35 -
YUV 194.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 186 206 157 0.10 0 0.24 0.19 84.49 0.33 0.71
Hex BA CE 9D A 0 18 13 54 21 47
Octal 272 316 235 12 0 30 23 124 41 107
Binary 10111010 11001110 10011101 1010 0 11000 10011 1010100 100001 1000111

Color Harmonies of #BACE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE9D

Black with #BACE9D

Text Example


Text Example

White with #BACE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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