Html Css Color HEX #BACE98 Sprout

📋 copy color: '#BACE98'

red 186 ◦ green 206 ◦ blue 152

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

Shades of Sprout #BACE98

Tints of Sprout #BACE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 34.19%
G = 37.87%
B = 27.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BACE98 (or 0xBACE98) is known color: Sprout. HEX triplet: BA, CE and 98. RGB value is (186,206,152). Sum of RGB (Red+Green+Blue) = 186+206+152=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE98 is #453167. Grayscale: #C2C2C2. Windows color (decimal): -4534632 or 10014394. OLE color: 10014394.

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

Color convert

RGB 186 206 152 -
CMYK 0.10 0 0.26 0.19
HSL 82.22º 0.36% 0.7% -
HSV(B) 82.22º 0.26% 0.81% -
XYZ 47.99 56.85 38.15 -
YUV 193.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 186 206 152 0.10 0 0.26 0.19 82.22 0.36 0.7
Hex BA CE 98 A 0 1A 13 52 24 46
Octal 272 316 230 12 0 32 23 122 44 106
Binary 10111010 11001110 10011000 1010 0 11010 10011 1010010 100100 1000110

Color Harmonies of #BACE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE98

Black with #BACE98

Text Example


Text Example

White with #BACE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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