#BFDD92

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

Shades of Sprout #BFDD92

Tints of Sprout #BFDD92

Color information

#BFDD92 (or 0xBFDD92) is unknown color: approx Sprout. HEX triplet: BF, DD and 92. RGB value is (191,221,146). Sum of RGB (Red+Green+Blue) = 191+221+146=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD92 is #40226D. Grayscale: #CBCBCB. Windows color (decimal): -4203118 or 9625023. OLE color: 9625023.

HSL color Cylindrical-coordinate representation of color #BFDD92: hue angle of 84º degrees, saturation: 0.52, 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 #BFDD92 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB191221146-
CMYK0.1400.340.13
HSL84º52.45%71.96%-
HSV(B)84º33.94%86.67%-
XYZ52.5364.8636.95-
YUV203.4895.56119.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=34.23%
G=39.61%
B=26.16%

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
Decimal1912211460.1400.340.138452.4571.96
HexBFDD92E022D543448
Octal277335222160421512464110
Binary10111111110111011001001011100100010110110101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD92; }

 p { color: rgb(191,221,146); }

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

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

 a { background-color: rgb(191,221,146); }

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

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

 span { border-color: rgb(191,221,146); }

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