Html Css Color HEX #BCD897 Sprout

📋 copy color: '#BCD897'

red 188 ◦ green 216 ◦ blue 151

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

Shades of Sprout #BCD897

Tints of Sprout #BCD897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.92%

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

R = 33.87%
G = 38.92%
B = 27.21%

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

#BCD897 (or 0xBCD897) is known color: Sprout. HEX triplet: BC, D8 and 97. RGB value is (188,216,151). Sum of RGB (Red+Green+Blue) = 188+216+151=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD897 is #432768. Grayscale: #C8C8C8. Windows color (decimal): -4401001 or 9951420. OLE color: 9951420.

HSL color Cylindrical-coordinate representation of color #BCD897: hue angle of 85.85º degrees, saturation: 0.45, 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 #BCD897 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 151 -
CMYK 0.13 0 0.30 0.15
HSL 85.85º 0.45% 0.72% -
HSV(B) 85.85º 0.3% 0.85% -
XYZ 50.88 62.04 38.57 -
YUV 200.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 188 216 151 0.13 0 0.30 0.15 85.85 0.45 0.72
Hex BC D8 97 D 0 1E F 56 2D 48
Octal 274 330 227 15 0 36 17 126 55 110
Binary 10111100 11011000 10010111 1101 0 11110 1111 1010110 101101 1001000

Color Harmonies of #BCD897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD897

Black with #BCD897

Text Example


Text Example

White with #BCD897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD897; }

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

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

background-color css

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

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

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

border-color css

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

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

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