#BCD590

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

Shades of Sprout #BCD590

Tints of Sprout #BCD590

Color information

#BCD590 (or 0xBCD590) is unknown color: approx Sprout. HEX triplet: BC, D5 and 90. RGB value is (188,213,144). Sum of RGB (Red+Green+Blue) = 188+213+144=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD590 is #432A6F. Grayscale: #C5C5C5. Windows color (decimal): -4401776 or 9491900. OLE color: 9491900.

HSL color Cylindrical-coordinate representation of color #BCD590: hue angle of 81.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD590 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB188213144-
CMYK0.1200.320.16
HSL81.74º45.1%70%-
HSV(B)81.74º32.39%83.53%-
XYZ49.5760.2935.41-
YUV197.6697.72121.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=34.50%
G=39.08%
B=26.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131440.1200.320.1681.7445.170
HexBCD590C02010522d46
Octal274325220140402012255106
Binary101111001101010110010000110001000001000010100101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD590; }

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

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

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

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

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

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

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

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