#BCE194

Color #BCE194 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCE194

Tints of Sprout #BCE194

Color information

#BCE194 (or 0xBCE194) is unknown color: approx 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

RGB188225148-
CMYK0.1600.340.12
HSL88.83º56.2%73.14%-
HSV(B)88.83º34.22%88.24%-
XYZ53.0166.6838.09-
YUV205.1695.74115.76-

RGB Variations

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

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.20% from 255) = 26.38%
R=33.51%
G=40.11%
B=26.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251480.1600.340.1288.8356.273.14
HexBCE19410022C593849
Octal274341224200421413170111
Binary101111001110000110010100100000100010110010110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>