Html Css Color HEX #BAE194 Sprout

📋 copy color: '#BAE194'

red 186 ◦ green 225 ◦ blue 148

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

Shades of Sprout #BAE194

Tints of Sprout #BAE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.25%

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 33.27%
G = 40.25%
B = 26.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BAE194 (or 0xBAE194) is known color: Sprout. HEX triplet: BA, E1 and 94. RGB value is (186,225,148). Sum of RGB (Red+Green+Blue) = 186+225+148=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE194 is #451E6B. Grayscale: #CCCCCC. Windows color (decimal): -4529772 or 9757114. OLE color: 9757114.

HSL color Cylindrical-coordinate representation of color #BAE194: hue angle of 90.39º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE194 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 148 -
CMYK 0.17 0 0.34 0.12
HSL 90.39º 0.56% 0.73% -
HSV(B) 90.39º 0.34% 0.88% -
XYZ 52.52 66.43 38.07 -
YUV 204.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 186 225 148 0.17 0 0.34 0.12 90.39 0.56 0.73
Hex BA E1 94 11 0 22 C 5A 38 49
Octal 272 341 224 21 0 42 14 132 70 111
Binary 10111010 11100001 10010100 10001 0 100010 1100 1011010 111000 1001001

Color Harmonies of #BAE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE194

Black with #BAE194

Text Example


Text Example

White with #BAE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE194; }

 p { color: rgb(186,225,148); }

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

background-color css

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

 a { background-color: rgb(186,225,148); }

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

border-color css

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

 span { border-color: rgb(186,225,148); }

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