#BCD496

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

Shades of Sprout #BCD496

Tints of Sprout #BCD496

Color information

#BCD496 (or 0xBCD496) is unknown color: approx Sprout. HEX triplet: BC, D4 and 96. RGB value is (188,212,150). Sum of RGB (Red+Green+Blue) = 188+212+150=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD496 is #432B69. Grayscale: #C5C5C5. Windows color (decimal): -4402026 or 9884860. OLE color: 9884860.

HSL color Cylindrical-coordinate representation of color #BCD496: hue angle of 83.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD496 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB188212150-
CMYK0.1100.290.17
HSL83.23º41.89%70.98%-
HSV(B)83.23º29.25%83.14%-
XYZ49.7959.9837.81-
YUV197.76101.05121.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=34.18%
G=38.55%
B=27.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121500.1100.290.1783.2341.8970.98
HexBCD496B01D11532a47
Octal274324226130352112352107
Binary10111100110101001001011010110111011000110100111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD496; }

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

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

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

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

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

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

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

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