#BFCF9F

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

Shades of Sprout #BFCF9F

Tints of Sprout #BFCF9F

Color information

#BFCF9F (or 0xBFCF9F) is unknown color: approx Sprout. HEX triplet: BF, CF and 9F. RGB value is (191,207,159). Sum of RGB (Red+Green+Blue) = 191+207+159=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF9F is #403060. Grayscale: #C4C4C4. Windows color (decimal): -4206689 or 10473407. OLE color: 10473407.

HSL color Cylindrical-coordinate representation of color #BFCF9F: hue angle of 80º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCF9F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB191207159-
CMYK0.0800.230.19
HSL80º33.33%71.76%-
HSV(B)80º23.19%81.18%-
XYZ50.0658.2141.4-
YUV196.74106.7123.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=34.29%
G=37.16%
B=28.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071590.0800.230.198033.3371.76
HexBFCF9F801713502148
Octal277317237100272312041110
Binary10111111110011111001111110000101111001110100001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF9F; }

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

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

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

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

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

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

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

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