#BCD790

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

Shades of Sprout #BCD790

Tints of Sprout #BCD790

Color information

#BCD790 (or 0xBCD790) is unknown color: approx Sprout. HEX triplet: BC, D7 and 90. RGB value is (188,215,144). Sum of RGB (Red+Green+Blue) = 188+215+144=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD790 is #43286F. Grayscale: #C7C7C7. Windows color (decimal): -4401264 or 9492412. OLE color: 9492412.

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

Color convert

RGB188215144-
CMYK0.1300.330.16
HSL82.82º47.02%70.39%-
HSV(B)82.82º33.02%84.31%-
XYZ50.0761.3135.58-
YUV198.8397.05120.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=34.37%
G=39.31%
B=26.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151440.1300.330.1682.8247.0270.39
HexBCD790D02110532f46
Octal274327220150412012357106
Binary101111001101011110010000110101000011000010100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD790; }

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

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

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

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

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

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

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

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