#BFD791

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

Shades of Sprout #BFD791

Tints of Sprout #BFD791

Color information

#BFD791 (or 0xBFD791) is unknown color: approx Sprout. HEX triplet: BF, D7 and 91. RGB value is (191,215,145). Sum of RGB (Red+Green+Blue) = 191+215+145=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD791 is #40286E. Grayscale: #C8C8C8. Windows color (decimal): -4204655 or 9557951. OLE color: 9557951.

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

Color convert

RGB191215145-
CMYK0.1100.330.16
HSL80.57º46.67%70.59%-
HSV(B)80.57º32.56%84.31%-
XYZ50.961.7236.02-
YUV199.8497.05121.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=34.66%
G=39.02%
B=26.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151450.1100.330.1680.5746.6770.59
HexBFD791B02110512f47
Octal277327221130412012157107
Binary101111111101011110010001101101000011000010100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD791; }

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

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

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

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

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

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

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

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