#BFCF91

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

Shades of Sprout #BFCF91

Tints of Sprout #BFCF91

Color information

#BFCF91 (or 0xBFCF91) is unknown color: approx Sprout. HEX triplet: BF, CF and 91. RGB value is (191,207,145). Sum of RGB (Red+Green+Blue) = 191+207+145=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF91 is #40306E. Grayscale: #C3C3C3. Windows color (decimal): -4206703 or 9555903. OLE color: 9555903.

HSL color Cylindrical-coordinate representation of color #BFCF91: hue angle of 75.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCF91 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB191207145-
CMYK0.0800.300.19
HSL75.48º39.24%69.02%-
HSV(B)75.48º29.95%81.18%-
XYZ48.9157.7535.36-
YUV195.1599.7125.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=35.17%
G=38.12%
B=26.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071450.0800.300.1975.4839.2469.02
HexBFCF91801E134b2745
Octal277317221100362311347105
Binary10111111110011111001000110000111101001110010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF91; }

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

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

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

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

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

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

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

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