Html Css Color HEX #BCDC95 Sprout

📋 copy color: '#BCDC95'

red 188 ◦ green 220 ◦ blue 149

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

Shades of Sprout #BCDC95

Tints of Sprout #BCDC95

RGB

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

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

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

R = 33.75%
G = 39.5%
B = 26.75%

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

#BCDC95 (or 0xBCDC95) is known color: Sprout. HEX triplet: BC, DC and 95. RGB value is (188,220,149). Sum of RGB (Red+Green+Blue) = 188+220+149=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC95 is #43236A. Grayscale: #CACACA. Windows color (decimal): -4399979 or 9821372. OLE color: 9821372.

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

Color convert

RGB 188 220 149 -
CMYK 0.15 0 0.32 0.14
HSL 87.04º 0.5% 0.72% -
HSV(B) 87.04º 0.32% 0.86% -
XYZ 51.76 64.05 38.07 -
YUV 202.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 188 220 149 0.15 0 0.32 0.14 87.04 0.5 0.72
Hex BC DC 95 F 0 20 E 57 32 48
Octal 274 334 225 17 0 40 16 127 62 110
Binary 10111100 11011100 10010101 1111 0 100000 1110 1010111 110010 1001000

Color Harmonies of #BCDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC95

Black with #BCDC95

Text Example


Text Example

White with #BCDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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