#BFDC91

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

Shades of Sprout #BFDC91

Tints of Sprout #BFDC91

Color information

#BFDC91 (or 0xBFDC91) is unknown color: approx Sprout. HEX triplet: BF, DC and 91. RGB value is (191,220,145). Sum of RGB (Red+Green+Blue) = 191+220+145=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC91 is #40236E. Grayscale: #CBCBCB. Windows color (decimal): -4203375 or 9559231. OLE color: 9559231.

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

Color convert

RGB191220145-
CMYK0.1300.340.14
HSL83.2º51.72%71.57%-
HSV(B)83.2º34.09%86.27%-
XYZ52.1964.3136.45-
YUV202.7895.39119.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 145 (57.03% from 255) = 26.08%
R=34.35%
G=39.57%
B=26.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201450.1300.340.1483.251.7271.57
HexBFDC91D022E533448
Octal277334221150421612364110
Binary10111111110111001001000111010100010111010100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDC91; }

 p { color: rgb(191,220,145); }

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

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

 a { background-color: rgb(191,220,145); }

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

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

 span { border-color: rgb(191,220,145); }

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