#BCD993

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

Shades of Sprout #BCD993

Tints of Sprout #BCD993

Color information

#BCD993 (or 0xBCD993) is unknown color: approx Sprout. HEX triplet: BC, D9 and 93. RGB value is (188,217,147). Sum of RGB (Red+Green+Blue) = 188+217+147=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD993 is #43266C. Grayscale: #C8C8C8. Windows color (decimal): -4400749 or 9689532. OLE color: 9689532.

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

Color convert

RGB188217147-
CMYK0.1300.320.15
HSL84.86º47.95%71.37%-
HSV(B)84.86º32.26%85.1%-
XYZ50.8262.4236.97-
YUV200.3597.89119.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=34.06%
G=39.31%
B=26.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171470.1300.320.1584.8647.9571.37
HexBCD993D020F553047
Octal274331223150401712560107
Binary10111100110110011001001111010100000111110101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD993; }

 p { color: rgb(188,217,147); }

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

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

 a { background-color: rgb(188,217,147); }

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

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

 span { border-color: rgb(188,217,147); }

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