#bfd891

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

Shades of Sprout #BFD891

Tints of Sprout #BFD891

Color information

#BFD891 (or 0xBFD891) is unknown color: approx Sprout. HEX triplet: BF, D8 and 91. RGB value is (191,216,145). Sum of RGB (Red+Green+Blue) = 191+216+145=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD891 is #40276E. Grayscale: #C8C8C8. Windows color (decimal): -4204399 or 9558207. OLE color: 9558207.

HSL color Cylindrical-coordinate representation of color #BFD891: hue angle of 81.13º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD891 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB191216145-
CMYK0.1200.330.15
HSL81.13º47.65%70.78%-
HSV(B)81.13º32.87%84.71%-
XYZ51.1562.2336.1-
YUV200.4396.72121.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=34.60%
G=39.13%
B=26.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912161450.1200.330.1581.1347.6570.78
HexBFD891C021F513047
Octal277330221140411712160107
Binary10111111110110001001000111000100001111110100011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd891; }

 p { color: rgb(191,216,145); }

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

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

 a { background-color: rgb(191,216,145); }

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

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

 span { border-color: rgb(191,216,145); }

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