#BFDE93

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

Shades of Sprout #BFDE93

Tints of Sprout #BFDE93

Color information

#BFDE93 (or 0xBFDE93) is unknown color: approx Sprout. HEX triplet: BF, DE and 93. RGB value is (191,222,147). Sum of RGB (Red+Green+Blue) = 191+222+147=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE93 is #40216C. Grayscale: #CCCCCC. Windows color (decimal): -4202861 or 9690815. OLE color: 9690815.

HSL color Cylindrical-coordinate representation of color #BFDE93: hue angle of 84.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDE93 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB191222147-
CMYK0.1400.340.13
HSL84.8º53.19%72.35%-
HSV(B)84.8º33.78%87.06%-
XYZ52.8765.4337.45-
YUV204.1895.73118.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=34.11%
G=39.64%
B=26.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221470.1400.340.1384.853.1972.35
HexBFDE93E022D553548
Octal277336223160421512565110
Binary10111111110111101001001111100100010110110101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE93; }

 p { color: rgb(191,222,147); }

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

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

 a { background-color: rgb(191,222,147); }

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

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

 span { border-color: rgb(191,222,147); }

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