#BFD199

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

Shades of Sprout #BFD199

Tints of Sprout #BFD199

Color information

#BFD199 (or 0xBFD199) is unknown color: approx Sprout. HEX triplet: BF, D1 and 99. RGB value is (191,209,153). Sum of RGB (Red+Green+Blue) = 191+209+153=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD199 is #402E66. Grayscale: #C5C5C5. Windows color (decimal): -4206183 or 10080703. OLE color: 10080703.

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

Color convert

RGB191209153-
CMYK0.0900.270.18
HSL79.29º37.84%70.98%-
HSV(B)79.29º26.79%81.96%-
XYZ50.0458.9838.88-
YUV197.23103.04123.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=34.54%
G=37.79%
B=27.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091530.0900.270.1879.2937.8470.98
HexBFD199901B124f2647
Octal277321231110332211746107
Binary10111111110100011001100110010110111001010011111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD199; }

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

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

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

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

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

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

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

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