Html Css Color HEX #BAE294 Sprout

📋 copy color: '#BAE294'

red 186 ◦ green 226 ◦ blue 148

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

Shades of Sprout #BAE294

Tints of Sprout #BAE294

RGB

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

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

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

R = 33.21%
G = 40.36%
B = 26.43%

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

#BAE294 (or 0xBAE294) is known color: Sprout. HEX triplet: BA, E2 and 94. RGB value is (186,226,148). Sum of RGB (Red+Green+Blue) = 186+226+148=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE294 is #451D6B. Grayscale: #CDCDCD. Windows color (decimal): -4529516 or 9757370. OLE color: 9757370.

HSL color Cylindrical-coordinate representation of color #BAE294: hue angle of 90.77º degrees, saturation: 0.57, 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 #BAE294 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 148 -
CMYK 0.18 0 0.35 0.11
HSL 90.77º 0.57% 0.73% -
HSV(B) 90.77º 0.35% 0.89% -
XYZ 52.79 66.97 38.16 -
YUV 205.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 186 226 148 0.18 0 0.35 0.11 90.77 0.57 0.73
Hex BA E2 94 12 0 23 B 5B 39 49
Octal 272 342 224 22 0 43 13 133 71 111
Binary 10111010 11100010 10010100 10010 0 100011 1011 1011011 111001 1001001

Color Harmonies of #BAE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE294

Black with #BAE294

Text Example


Text Example

White with #BAE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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