Html Css Color HEX #BAE293 Sprout

📋 copy color: '#BAE293'

red 186 ◦ green 226 ◦ blue 147

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

Shades of Sprout #BAE293

Tints of Sprout #BAE293

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 147 (57.81% from 255) = 26.3%

R = 33.27%
G = 40.43%
B = 26.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BAE293 (or 0xBAE293) is known color: Sprout. HEX triplet: BA, E2 and 93. RGB value is (186,226,147). Sum of RGB (Red+Green+Blue) = 186+226+147=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE293 is #451D6C. Grayscale: #CDCDCD. Windows color (decimal): -4529517 or 9691834. OLE color: 9691834.

HSL color Cylindrical-coordinate representation of color #BAE293: hue angle of 90.38º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAE293 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 147 -
CMYK 0.18 0 0.35 0.11
HSL 90.38º 0.58% 0.73% -
HSV(B) 90.38º 0.35% 0.89% -
XYZ 52.71 66.94 37.75 -
YUV 205.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 186 226 147 0.18 0 0.35 0.11 90.38 0.58 0.73
Hex BA E2 93 12 0 23 B 5A 3A 49
Octal 272 342 223 22 0 43 13 132 72 111
Binary 10111010 11100010 10010011 10010 0 100011 1011 1011010 111010 1001001

Color Harmonies of #BAE293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE293

Black with #BAE293

Text Example


Text Example

White with #BAE293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE293; }

 p { color: rgb(186,226,147); }

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

background-color css

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

 a { background-color: rgb(186,226,147); }

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

border-color css

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

 span { border-color: rgb(186,226,147); }

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