#BFD09E

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

Shades of Sprout #BFD09E

Tints of Sprout #BFD09E

Color information

#BFD09E (or 0xBFD09E) is unknown color: approx Sprout. HEX triplet: BF, D0 and 9E. RGB value is (191,208,158). Sum of RGB (Red+Green+Blue) = 191+208+158=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD09E is #402F61. Grayscale: #C5C5C5. Windows color (decimal): -4206434 or 10408127. OLE color: 10408127.

HSL color Cylindrical-coordinate representation of color #BFD09E: hue angle of 80.4º degrees, saturation: 0.35, 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 #BFD09E is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB191208158-
CMYK0.0800.240.18
HSL80.4º34.72%71.76%-
HSV(B)80.4º24.04%81.57%-
XYZ50.2158.6641.02-
YUV197.22105.87123.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=34.29%
G=37.34%
B=28.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081580.0800.240.1880.434.7271.76
HexBFD09E801812502348
Octal277320236100302212043110
Binary10111111110100001001111010000110001001010100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD09E; }

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

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

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

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

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

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

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

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