#BCD994

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

Shades of Sprout #BCD994

Tints of Sprout #BCD994

Color information

#BCD994 (or 0xBCD994) is unknown color: approx Sprout. HEX triplet: BC, D9 and 94. RGB value is (188,217,148). Sum of RGB (Red+Green+Blue) = 188+217+148=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD994 is #43266B. Grayscale: #C8C8C8. Windows color (decimal): -4400748 or 9755068. OLE color: 9755068.

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

Color convert

RGB188217148-
CMYK0.1300.320.15
HSL85.22º47.59%71.57%-
HSV(B)85.22º31.8%85.1%-
XYZ50.962.4637.39-
YUV200.4698.39119.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=34.00%
G=39.24%
B=26.76%

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
Decimal1882171480.1300.320.1585.2247.5971.57
HexBCD994D020F553048
Octal274331224150401712560110
Binary10111100110110011001010011010100000111110101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD994; }

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

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

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

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

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

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

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

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