#BCD593

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

Shades of Sprout #BCD593

Tints of Sprout #BCD593

Color information

#BCD593 (or 0xBCD593) is unknown color: approx Sprout. HEX triplet: BC, D5 and 93. RGB value is (188,213,147). Sum of RGB (Red+Green+Blue) = 188+213+147=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD593 is #432A6C. Grayscale: #C6C6C6. Windows color (decimal): -4401773 or 9688508. OLE color: 9688508.

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

Color convert

RGB188213147-
CMYK0.1200.310.16
HSL82.73º44%70.59%-
HSV(B)82.73º30.99%83.53%-
XYZ49.860.3936.63-
YUV19899.22120.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=34.31%
G=38.87%
B=26.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131470.1200.310.1682.734470.59
HexBCD593C01F10532c47
Octal274325223140372012354107
Binary10111100110101011001001111000111111000010100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD593; }

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

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

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

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

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

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

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

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