Html Css Color HEX #BCD997 Sprout

📋 copy color: '#BCD997'

red 188 ◦ green 217 ◦ blue 151

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

Shades of Sprout #BCD997

Tints of Sprout #BCD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.03%

 BLUE value IS 151 (59.38% from 255) = 27.16%

R = 33.81%
G = 39.03%
B = 27.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BCD997 (or 0xBCD997) is known color: Sprout. HEX triplet: BC, D9 and 97. RGB value is (188,217,151). Sum of RGB (Red+Green+Blue) = 188+217+151=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD997 is #432668. Grayscale: #C9C9C9. Windows color (decimal): -4400745 or 9951676. OLE color: 9951676.

HSL color Cylindrical-coordinate representation of color #BCD997: hue angle of 86.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD997 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 151 -
CMYK 0.13 0 0.30 0.15
HSL 86.36º 0.46% 0.72% -
HSV(B) 86.36º 0.3% 0.85% -
XYZ 51.14 62.55 38.66 -
YUV 200.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 188 217 151 0.13 0 0.30 0.15 86.36 0.46 0.72
Hex BC D9 97 D 0 1E F 56 2E 48
Octal 274 331 227 15 0 36 17 126 56 110
Binary 10111100 11011001 10010111 1101 0 11110 1111 1010110 101110 1001000

Color Harmonies of #BCD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD997

Black with #BCD997

Text Example


Text Example

White with #BCD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD997; }

 p { color: rgb(188,217,151); }

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

background-color css

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

 a { background-color: rgb(188,217,151); }

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

border-color css

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

 span { border-color: rgb(188,217,151); }

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