Html Css Color HEX #BAE092 Sprout

📋 copy color: '#BAE092'

red 186 ◦ green 224 ◦ blue 146

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

Shades of Sprout #BAE092

Tints of Sprout #BAE092

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.29%

 BLUE value IS 146 (57.42% from 255) = 26.26%

R = 33.45%
G = 40.29%
B = 26.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#BAE092 (or 0xBAE092) is known color: Sprout. HEX triplet: BA, E0 and 92. RGB value is (186,224,146). Sum of RGB (Red+Green+Blue) = 186+224+146=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE092 is #451F6D. Grayscale: #CCCCCC. Windows color (decimal): -4530030 or 9625786. OLE color: 9625786.

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

Color convert

RGB 186 224 146 -
CMYK 0.17 0 0.35 0.12
HSL 89.23º 0.56% 0.73% -
HSV(B) 89.23º 0.35% 0.88% -
XYZ 52.09 65.83 37.15 -
YUV 203.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 186 224 146 0.17 0 0.35 0.12 89.23 0.56 0.73
Hex BA E0 92 11 0 23 C 59 38 49
Octal 272 340 222 21 0 43 14 131 70 111
Binary 10111010 11100000 10010010 10001 0 100011 1100 1011001 111000 1001001

Color Harmonies of #BAE092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE092

Black with #BAE092

Text Example


Text Example

White with #BAE092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE092; }

 p { color: rgb(186,224,146); }

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

background-color css

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

 a { background-color: rgb(186,224,146); }

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

border-color css

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

 span { border-color: rgb(186,224,146); }

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