Html Css Color HEX #BCD797 Sprout

📋 copy color: '#BCD797'

red 188 ◦ green 215 ◦ blue 151

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

Shades of Sprout #BCD797

Tints of Sprout #BCD797

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.81%

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

R = 33.94%
G = 38.81%
B = 27.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BCD797 (or 0xBCD797) is known color: Sprout. HEX triplet: BC, D7 and 97. RGB value is (188,215,151). Sum of RGB (Red+Green+Blue) = 188+215+151=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD797 is #432868. Grayscale: #C7C7C7. Windows color (decimal): -4401257 or 9951164. OLE color: 9951164.

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

Color convert

RGB 188 215 151 -
CMYK 0.13 0 0.30 0.16
HSL 85.31º 0.44% 0.72% -
HSV(B) 85.31º 0.3% 0.84% -
XYZ 50.63 61.53 38.49 -
YUV 199.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 188 215 151 0.13 0 0.30 0.16 85.31 0.44 0.72
Hex BC D7 97 D 0 1E 10 55 2C 48
Octal 274 327 227 15 0 36 20 125 54 110
Binary 10111100 11010111 10010111 1101 0 11110 10000 1010101 101100 1001000

Color Harmonies of #BCD797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD797

Black with #BCD797

Text Example


Text Example

White with #BCD797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD797; }

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

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

background-color css

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

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

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

border-color css

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

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

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