#BCD196

Color #BCD196 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCD196

Tints of Sprout #BCD196

Color information

#BCD196 (or 0xBCD196) is unknown color: approx Sprout. HEX triplet: BC, D1 and 96. RGB value is (188,209,150). Sum of RGB (Red+Green+Blue) = 188+209+150=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD196 is #432E69. Grayscale: #C4C4C4. Windows color (decimal): -4402794 or 9884092. OLE color: 9884092.

HSL color Cylindrical-coordinate representation of color #BCD196: hue angle of 81.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD196 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB188209150-
CMYK0.1000.280.18
HSL81.36º39.07%70.39%-
HSV(B)81.36º28.23%81.96%-
XYZ49.0458.4937.56-
YUV195.99102.04122.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=34.37%
G=38.21%
B=27.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091500.1000.280.1881.3639.0770.39
HexBCD196A01C12512746
Octal274321226120342212147106
Binary10111100110100011001011010100111001001010100011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD196; }

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

 H1.HeaderClassName
 {
   color: #BCD196;
 }
 .AnyTagClassName
 {
   color: #BCD196;
 }
</style>
background-color css

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

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

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

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

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

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