#BCD791

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

Shades of Sprout #BCD791

Tints of Sprout #BCD791

Color information

#BCD791 (or 0xBCD791) is unknown color: approx Sprout. HEX triplet: BC, D7 and 91. RGB value is (188,215,145). Sum of RGB (Red+Green+Blue) = 188+215+145=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD791 is #43286E. Grayscale: #C7C7C7. Windows color (decimal): -4401263 or 9557948. OLE color: 9557948.

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

Color convert

RGB188215145-
CMYK0.1300.330.16
HSL83.14º46.67%70.59%-
HSV(B)83.14º32.56%84.31%-
XYZ50.1561.3435.98-
YUV198.9597.55120.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 215 (84.38% from 255) = 39.23%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=34.31%
G=39.23%
B=26.46%

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
Decimal1882151450.1300.330.1683.1446.6770.59
HexBCD791D02110532f47
Octal274327221150412012357107
Binary101111001101011110010001110101000011000010100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD791; }

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

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

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

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

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

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

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

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