Html Css Color HEX #BCDB95 Sprout

📋 copy color: '#BCDB95'

red 188 ◦ green 219 ◦ blue 149

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

Shades of Sprout #BCDB95

Tints of Sprout #BCDB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.39%

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

R = 33.81%
G = 39.39%
B = 26.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BCDB95 (or 0xBCDB95) is known color: Sprout. HEX triplet: BC, DB and 95. RGB value is (188,219,149). Sum of RGB (Red+Green+Blue) = 188+219+149=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB95 is #43246A. Grayscale: #CACACA. Windows color (decimal): -4400235 or 9821116. OLE color: 9821116.

HSL color Cylindrical-coordinate representation of color #BCDB95: hue angle of 86.57º degrees, saturation: 0.49, 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 #BCDB95 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 149 -
CMYK 0.14 0 0.32 0.14
HSL 86.57º 0.49% 0.72% -
HSV(B) 86.57º 0.32% 0.86% -
XYZ 51.5 63.52 37.98 -
YUV 201.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 188 219 149 0.14 0 0.32 0.14 86.57 0.49 0.72
Hex BC DB 95 E 0 20 E 57 31 48
Octal 274 333 225 16 0 40 16 127 61 110
Binary 10111100 11011011 10010101 1110 0 100000 1110 1010111 110001 1001000

Color Harmonies of #BCDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB95

Black with #BCDB95

Text Example


Text Example

White with #BCDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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