#BFCF94

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

Shades of Sprout #BFCF94

Tints of Sprout #BFCF94

Color information

#BFCF94 (or 0xBFCF94) is unknown color: approx Sprout. HEX triplet: BF, CF and 94. RGB value is (191,207,148). Sum of RGB (Red+Green+Blue) = 191+207+148=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF94 is #40306B. Grayscale: #C3C3C3. Windows color (decimal): -4206700 or 9752511. OLE color: 9752511.

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

Color convert

RGB191207148-
CMYK0.0800.290.19
HSL76.27º38.06%69.61%-
HSV(B)76.27º28.5%81.18%-
XYZ49.1457.8436.59-
YUV195.49101.2124.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=34.98%
G=37.91%
B=27.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071480.0800.290.1976.2738.0669.61
HexBFCF94801D134c2646
Octal277317224100352311446106
Binary10111111110011111001010010000111011001110011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF94; }

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

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

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

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

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

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

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

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