#BFDE94

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

Shades of Sprout #BFDE94

Tints of Sprout #BFDE94

Color information

#BFDE94 (or 0xBFDE94) is unknown color: approx Sprout. HEX triplet: BF, DE and 94. RGB value is (191,222,148). Sum of RGB (Red+Green+Blue) = 191+222+148=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE94 is #40216B. Grayscale: #CCCCCC. Windows color (decimal): -4202860 or 9756351. OLE color: 9756351.

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

Color convert

RGB191222148-
CMYK0.1400.330.13
HSL85.14º52.86%72.55%-
HSV(B)85.14º33.33%87.06%-
XYZ52.9565.4637.86-
YUV204.396.23118.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=34.05%
G=39.57%
B=26.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221480.1400.330.1385.1452.8672.55
HexBFDE94E021D553549
Octal277336224160411512565111
Binary10111111110111101001010011100100001110110101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE94; }

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

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

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

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

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

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

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

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