#BCE195

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

Shades of Sprout #BCE195

Tints of Sprout #BCE195

Color information

#BCE195 (or 0xBCE195) is unknown color: approx Sprout. HEX triplet: BC, E1 and 95. RGB value is (188,225,149). Sum of RGB (Red+Green+Blue) = 188+225+149=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE195 is #431E6A. Grayscale: #CDCDCD. Windows color (decimal): -4398699 or 9822652. OLE color: 9822652.

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

Color convert

RGB188225149-
CMYK0.1600.340.12
HSL89.21º55.88%73.33%-
HSV(B)89.21º33.78%88.24%-
XYZ53.0966.7138.51-
YUV205.2796.24115.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=33.45%
G=40.04%
B=26.51%

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
Decimal1882251490.1600.340.1289.2155.8873.33
HexBCE19510022C593849
Octal274341225200421413170111
Binary101111001110000110010101100000100010110010110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE195; }

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

 H1.HeaderClassName
 {
   color: #BCE195;
 }
 .AnyTagClassName
 {
   color: #BCE195;
 }
</style>
background-color css

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

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

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

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

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

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