Html Css Color HEX #BCDC96 Sprout

📋 copy color: '#BCDC96'

red 188 ◦ green 220 ◦ blue 150

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

Shades of Sprout #BCDC96

Tints of Sprout #BCDC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

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

R = 33.69%
G = 39.43%
B = 26.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BCDC96 (or 0xBCDC96) is known color: Sprout. HEX triplet: BC, DC and 96. RGB value is (188,220,150). Sum of RGB (Red+Green+Blue) = 188+220+150=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC96 is #432369. Grayscale: #CACACA. Windows color (decimal): -4399978 or 9886908. OLE color: 9886908.

HSL color Cylindrical-coordinate representation of color #BCDC96: hue angle of 87.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCDC96 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 150 -
CMYK 0.15 0 0.32 0.14
HSL 87.43º 0.5% 0.73% -
HSV(B) 87.43º 0.32% 0.86% -
XYZ 51.84 64.08 38.49 -
YUV 202.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 188 220 150 0.15 0 0.32 0.14 87.43 0.5 0.73
Hex BC DC 96 F 0 20 E 57 32 49
Octal 274 334 226 17 0 40 16 127 62 111
Binary 10111100 11011100 10010110 1111 0 100000 1110 1010111 110010 1001001

Color Harmonies of #BCDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC96

Black with #BCDC96

Text Example


Text Example

White with #BCDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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