Html Css Color HEX #BCE194 Sprout

📋 copy color: '#BCE194'

red 188 ◦ green 225 ◦ blue 148

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

Shades of Sprout #BCE194

Tints of Sprout #BCE194

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

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

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

R = 33.51%
G = 40.11%
B = 26.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BCE194 (or 0xBCE194) is known color: Sprout. HEX triplet: BC, E1 and 94. RGB value is (188,225,148). Sum of RGB (Red+Green+Blue) = 188+225+148=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE194 is #431E6B. Grayscale: #CDCDCD. Windows color (decimal): -4398700 or 9757116. OLE color: 9757116.

HSL color Cylindrical-coordinate representation of color #BCE194: hue angle of 88.83º 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 #BCE194 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 148 -
CMYK 0.16 0 0.34 0.12
HSL 88.83º 0.56% 0.73% -
HSV(B) 88.83º 0.34% 0.88% -
XYZ 53.01 66.68 38.09 -
YUV 205.16 95.74 115.76 -
System Red Green Blue C M Y K H S L
Decimal 188 225 148 0.16 0 0.34 0.12 88.83 0.56 0.73
Hex BC E1 94 10 0 22 C 59 38 49
Octal 274 341 224 20 0 42 14 131 70 111
Binary 10111100 11100001 10010100 10000 0 100010 1100 1011001 111000 1001001

Color Harmonies of #BCE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE194

Black with #BCE194

Text Example


Text Example

White with #BCE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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