#BCD489

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

Shades of Sprout #BCD489

Tints of Sprout #BCD489

Color information

#BCD489 (or 0xBCD489) is unknown color: approx Sprout. HEX triplet: BC, D4 and 89. RGB value is (188,212,137). Sum of RGB (Red+Green+Blue) = 188+212+137=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD489 is #432B76. Grayscale: #C4C4C4. Windows color (decimal): -4402039 or 9032892. OLE color: 9032892.

HSL color Cylindrical-coordinate representation of color #BCD489: hue angle of 79.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD489 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB188212137-
CMYK0.1100.350.17
HSL79.2º46.58%68.43%-
HSV(B)79.2º35.38%83.14%-
XYZ48.859.5832.6-
YUV196.2794.55122.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 137 (53.91% from 255) = 25.51%
R=35.01%
G=39.48%
B=25.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121370.1100.350.1779.246.5868.43
HexBCD489B023114f2f44
Octal274324211130432111757104
Binary101111001101010010001001101101000111000110011111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD489; }

 p { color: rgb(188,212,137); }

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

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

 a { background-color: rgb(188,212,137); }

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

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

 span { border-color: rgb(188,212,137); }

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