#BCD190

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

Shades of Sprout #BCD190

Tints of Sprout #BCD190

Color information

#BCD190 (or 0xBCD190) is unknown color: approx Sprout. HEX triplet: BC, D1 and 90. RGB value is (188,209,144). Sum of RGB (Red+Green+Blue) = 188+209+144=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD190 is #432E6F. Grayscale: #C3C3C3. Windows color (decimal): -4402800 or 9490876. OLE color: 9490876.

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

Color convert

RGB188209144-
CMYK0.1000.310.18
HSL79.38º41.4%69.22%-
HSV(B)79.38º31.1%81.96%-
XYZ48.5758.3135.08-
YUV195.3199.04122.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=34.75%
G=38.63%
B=26.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091440.1000.310.1879.3841.469.22
HexBCD190A01F124f2945
Octal274321220120372211751105
Binary10111100110100011001000010100111111001010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD190; }

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

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

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

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

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

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

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

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