#BCD594

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

Shades of Sprout #BCD594

Tints of Sprout #BCD594

Color information

#BCD594 (or 0xBCD594) is unknown color: approx Sprout. HEX triplet: BC, D5 and 94. RGB value is (188,213,148). Sum of RGB (Red+Green+Blue) = 188+213+148=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD594 is #432A6B. Grayscale: #C6C6C6. Windows color (decimal): -4401772 or 9754044. OLE color: 9754044.

HSL color Cylindrical-coordinate representation of color #BCD594: hue angle of 83.08º 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 #BCD594 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB188213148-
CMYK0.1200.310.16
HSL83.08º43.62%70.78%-
HSV(B)83.08º30.52%83.53%-
XYZ49.8860.4237.05-
YUV198.1299.72120.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=34.24%
G=38.80%
B=26.96%

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
Decimal1882131480.1200.310.1683.0843.6270.78
HexBCD594C01F10532c47
Octal274325224140372012354107
Binary10111100110101011001010011000111111000010100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD594; }

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

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

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

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

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

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

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

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