Html Css Color HEX #BCE095 Sprout

📋 copy color: '#BCE095'

red 188 ◦ green 224 ◦ blue 149

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

Shades of Sprout #BCE095

Tints of Sprout #BCE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.93%

 BLUE value IS 149 (58.59% from 255) = 26.56%

R = 33.51%
G = 39.93%
B = 26.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BCE095 (or 0xBCE095) is known color: Sprout. HEX triplet: BC, E0 and 95. RGB value is (188,224,149). Sum of RGB (Red+Green+Blue) = 188+224+149=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE095 is #431F6A. Grayscale: #CCCCCC. Windows color (decimal): -4398955 or 9822396. OLE color: 9822396.

HSL color Cylindrical-coordinate representation of color #BCE095: hue angle of 88.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCE095 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 149 -
CMYK 0.16 0 0.33 0.12
HSL 88.8º 0.55% 0.73% -
HSV(B) 88.8º 0.33% 0.88% -
XYZ 52.82 66.17 38.42 -
YUV 204.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 188 224 149 0.16 0 0.33 0.12 88.8 0.55 0.73
Hex BC E0 95 10 0 21 C 59 37 49
Octal 274 340 225 20 0 41 14 131 67 111
Binary 10111100 11100000 10010101 10000 0 100001 1100 1011001 110111 1001001

Color Harmonies of #BCE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE095

Black with #BCE095

Text Example


Text Example

White with #BCE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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