#BCD796

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

Shades of Sprout #BCD796

Tints of Sprout #BCD796

Color information

#BCD796 (or 0xBCD796) is unknown color: approx 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

RGB188215150-
CMYK0.1300.300.16
HSL84.92º44.83%71.57%-
HSV(B)84.92º30.23%84.31%-
XYZ50.5461.4938.06-
YUV199.52100.05119.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=34.00%
G=38.88%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151500.1300.300.1684.9244.8371.57
HexBCD796D01E10552d48
Octal274327226150362012555110
Binary10111100110101111001011011010111101000010101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>