Html Css Color HEX #BCD896 Sprout

📋 copy color: '#BCD896'

red 188 ◦ green 216 ◦ blue 150

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

Shades of Sprout #BCD896

Tints of Sprout #BCD896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.08%

R = 33.94%
G = 38.99%
B = 27.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#BCD896 (or 0xBCD896) is known color: Sprout. HEX triplet: BC, D8 and 96. RGB value is (188,216,150). Sum of RGB (Red+Green+Blue) = 188+216+150=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD896 is #432769. Grayscale: #C8C8C8. Windows color (decimal): -4401002 or 9885884. OLE color: 9885884.

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

Color convert

RGB 188 216 150 -
CMYK 0.13 0 0.31 0.15
HSL 85.45º 0.46% 0.72% -
HSV(B) 85.45º 0.31% 0.85% -
XYZ 50.8 62.01 38.14 -
YUV 200.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 188 216 150 0.13 0 0.31 0.15 85.45 0.46 0.72
Hex BC D8 96 D 0 1F F 55 2E 48
Octal 274 330 226 15 0 37 17 125 56 110
Binary 10111100 11011000 10010110 1101 0 11111 1111 1010101 101110 1001000

Color Harmonies of #BCD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD896

Black with #BCD896

Text Example


Text Example

White with #BCD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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