#BFDA97

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

Shades of Sprout #BFDA97

Tints of Sprout #BFDA97

Color information

#BFDA97 (or 0xBFDA97) is unknown color: approx Sprout. HEX triplet: BF, DA and 97. RGB value is (191,218,151). Sum of RGB (Red+Green+Blue) = 191+218+151=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA97 is #402568. Grayscale: #CACACA. Windows color (decimal): -4203881 or 9951935. OLE color: 9951935.

HSL color Cylindrical-coordinate representation of color #BFDA97: hue angle of 84.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFDA97 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB191218151-
CMYK0.1200.310.15
HSL84.18º47.52%72.35%-
HSV(B)84.18º30.73%85.49%-
XYZ52.1463.4538.78-
YUV202.2999.05119.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=34.11%
G=38.93%
B=26.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181510.1200.310.1584.1847.5272.35
HexBFDA97C01FF543048
Octal277332227140371712460110
Binary1011111111011010100101111100011111111110101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA97; }

 p { color: rgb(191,218,151); }

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

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

 a { background-color: rgb(191,218,151); }

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

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

 span { border-color: rgb(191,218,151); }

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