#BFD19E

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

Shades of Sprout #BFD19E

Tints of Sprout #BFD19E

Color information

#BFD19E (or 0xBFD19E) is unknown color: approx Sprout. HEX triplet: BF, D1 and 9E. RGB value is (191,209,158). Sum of RGB (Red+Green+Blue) = 191+209+158=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD19E is #402E61. Grayscale: #C5C5C5. Windows color (decimal): -4206178 or 10408383. OLE color: 10408383.

HSL color Cylindrical-coordinate representation of color #BFD19E: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD19E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB191209158-
CMYK0.0900.240.18
HSL81.18º35.66%71.96%-
HSV(B)81.18º24.4%81.96%-
XYZ50.4659.1541.1-
YUV197.8105.54123.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=34.23%
G=37.46%
B=28.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091580.0900.240.1881.1835.6671.96
HexBFD19E901812512448
Octal277321236110302212144110
Binary10111111110100011001111010010110001001010100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD19E; }

 p { color: rgb(191,209,158); }

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

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

 a { background-color: rgb(191,209,158); }

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

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

 span { border-color: rgb(191,209,158); }

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