#BFDD95

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

Shades of Sprout #BFDD95

Tints of Sprout #BFDD95

Color information

#BFDD95 (or 0xBFDD95) is unknown color: approx Sprout. HEX triplet: BF, DD and 95. RGB value is (191,221,149). Sum of RGB (Red+Green+Blue) = 191+221+149=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD95 is #40226A. Grayscale: #CCCCCC. Windows color (decimal): -4203115 or 9821631. OLE color: 9821631.

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

Color convert

RGB191221149-
CMYK0.1400.330.13
HSL85º51.43%72.55%-
HSV(B)85º32.58%86.67%-
XYZ52.7764.9638.19-
YUV203.8297.06118.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=34.05%
G=39.39%
B=26.56%

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
Decimal1912211490.1400.330.138551.4372.55
HexBFDD95E021D553349
Octal277335225160411512563111
Binary10111111110111011001010111100100001110110101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD95; }

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

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

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

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

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

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

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

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