#BFCD9F

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

Shades of Sprout #BFCD9F

Tints of Sprout #BFCD9F

Color information

#BFCD9F (or 0xBFCD9F) is unknown color: approx Sprout. HEX triplet: BF, CD and 9F. RGB value is (191,205,159). Sum of RGB (Red+Green+Blue) = 191+205+159=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9F is #403260. Grayscale: #C3C3C3. Windows color (decimal): -4207201 or 10472895. OLE color: 10472895.

HSL color Cylindrical-coordinate representation of color #BFCD9F: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCD9F is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB191205159-
CMYK0.0700.220.20
HSL78.26º31.51%71.37%-
HSV(B)78.26º22.44%80.39%-
XYZ49.5857.2441.24-
YUV195.57107.36124.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=34.41%
G=36.94%
B=28.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051590.0700.220.2078.2631.5171.37
HexBFCD9F7016144e2047
Octal27731523770262411640107
Binary1011111111001101100111111110101101010010011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD9F; }

 p { color: rgb(191,205,159); }

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

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

 a { background-color: rgb(191,205,159); }

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

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

 span { border-color: rgb(191,205,159); }

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