Html Css Color HEX #BCD796 Sprout

📋 copy color: '#BCD796'

red 188 ◦ green 215 ◦ blue 150

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

Shades of Sprout #BCD796

Tints of Sprout #BCD796

RGB

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

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

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

R = 34%
G = 38.88%
B = 27.12%

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

#BCD796 (or 0xBCD796) is known color: Sprout. HEX triplet: BC, D7 and 96. RGB value is (188,215,150). Sum of RGB (Red+Green+Blue) = 188+215+150=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD796 is #432869. Grayscale: #C7C7C7. Windows color (decimal): -4401258 or 9885628. OLE color: 9885628.

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

Color convert

RGB 188 215 150 -
CMYK 0.13 0 0.30 0.16
HSL 84.92º 0.45% 0.72% -
HSV(B) 84.92º 0.3% 0.84% -
XYZ 50.54 61.49 38.06 -
YUV 199.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 188 215 150 0.13 0 0.30 0.16 84.92 0.45 0.72
Hex BC D7 96 D 0 1E 10 55 2D 48
Octal 274 327 226 15 0 36 20 125 55 110
Binary 10111100 11010111 10010110 1101 0 11110 10000 1010101 101101 1001000

Color Harmonies of #BCD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD796

Black with #BCD796

Text Example


Text Example

White with #BCD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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