Html Css Color HEX #BACE8D Sprout

📋 copy color: '#BACE8D'

red 186 ◦ green 206 ◦ blue 141

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

Shades of Sprout #BACE8D

Tints of Sprout #BACE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 34.9%
G = 38.65%
B = 26.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#BACE8D (or 0xBACE8D) is known color: Sprout. HEX triplet: BA, CE and 8D. RGB value is (186,206,141). Sum of RGB (Red+Green+Blue) = 186+206+141=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8D is #453172. Grayscale: #C0C0C0. Windows color (decimal): -4534643 or 9293498. OLE color: 9293498.

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

Color convert

RGB 186 206 141 -
CMYK 0.10 0 0.32 0.19
HSL 78.46º 0.4% 0.68% -
HSV(B) 78.46º 0.32% 0.81% -
XYZ 47.13 56.5 33.62 -
YUV 192.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 186 206 141 0.10 0 0.32 0.19 78.46 0.4 0.68
Hex BA CE 8D A 0 20 13 4E 28 44
Octal 272 316 215 12 0 40 23 116 50 104
Binary 10111010 11001110 10001101 1010 0 100000 10011 1001110 101000 1000100

Color Harmonies of #BACE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE8D

Black with #BACE8D

Text Example


Text Example

White with #BACE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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