Html Css Color HEX #BCDF96 Sprout

📋 copy color: '#BCDF96'

red 188 ◦ green 223 ◦ blue 150

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

Shades of Sprout #BCDF96

Tints of Sprout #BCDF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 33.51%
G = 39.75%
B = 26.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BCDF96 (or 0xBCDF96) is known color: Sprout. HEX triplet: BC, DF and 96. RGB value is (188,223,150). Sum of RGB (Red+Green+Blue) = 188+223+150=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF96 is #432069. Grayscale: #CCCCCC. Windows color (decimal): -4399210 or 9887676. OLE color: 9887676.

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

Color convert

RGB 188 223 150 -
CMYK 0.16 0 0.33 0.13
HSL 88.77º 0.53% 0.73% -
HSV(B) 88.77º 0.33% 0.87% -
XYZ 52.63 65.67 38.76 -
YUV 204.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 188 223 150 0.16 0 0.33 0.13 88.77 0.53 0.73
Hex BC DF 96 10 0 21 D 59 35 49
Octal 274 337 226 20 0 41 15 131 65 111
Binary 10111100 11011111 10010110 10000 0 100001 1101 1011001 110101 1001001

Color Harmonies of #BCDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF96

Black with #BCDF96

Text Example


Text Example

White with #BCDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF96; }

 p { color: rgb(188,223,150); }

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

background-color css

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

 a { background-color: rgb(188,223,150); }

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

border-color css

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

 span { border-color: rgb(188,223,150); }

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